Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/snippets/link_table.blade.php')
-rw-r--r--resources/views/snippets/link_table.blade.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/views/snippets/link_table.blade.php b/resources/views/snippets/link_table.blade.php
index 554d9a2..a8a2e5a 100644
--- a/resources/views/snippets/link_table.blade.php
+++ b/resources/views/snippets/link_table.blade.php
@@ -8,8 +8,7 @@
@if ($table_id == "admin_links_table")
{{-- Show action buttons only if admin view --}}
<th>Creator</th>
- <th>Disable</th>
- <th>Delete</th>
+ <th>Control</th>
@endif
</tr>
</thead>