mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-13 21:52:29 +01:00
17 lines
449 B
PHP
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>
|