|
@@ -67,7 +67,7 @@ if ($latestSectionTS === 0 || $latestSectionTS < $sectionTS) {
|
|
|
<a href="#" class="d-none text-danger if-edit ml-2 remove-section-trigger mr-1" data-uid="{{$section->uid}}" title="Remove {{$section->sectionTemplate->title}}">
|
|
|
Remove
|
|
|
</a>
|
|
|
- @if($pro->pro_type === 'ADMIN')
|
|
|
+ @if($pro->pro_type === 'ADMIN' || true)
|
|
|
<a href="#" class="d-none if-edit ml-2 move-up-trigger" data-uid="{{$section->uid}}" title="Move Up">
|
|
|
<i class="fa fa-arrow-up"></i>
|
|
|
</a>
|