1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-14 14:12:29 +01:00
polr/resources/views/snippets/link_table.blade.php

17 lines
449 B
PHP
Raw Normal View History

2016-10-01 04:10:58 +02:00
<table id="{{$table_id}}" class="table table-hover">
<thead>
<tr>
<th>Link Ending</th>
<th>Long Link</th>
<th>Clicks</th>
<th>Date</th>
@if ($table_id == "admin_links_table")
{{-- Show action buttons only if admin view --}}
<th>Creator</th>
<th>Disable</th>
<th>Delete</th>
@endif
2016-10-01 04:10:58 +02:00
</tr>
</thead>
</table>