1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00
polr/resources/views/snippets/link_table.blade.php
2016-09-30 22:10:58 -04:00

17 lines
449 B
PHP

<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
</tr>
</thead>
</table>