mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-08 08:12:46 +01:00
Bugfix
This commit is contained in:
parent
06d82c3b11
commit
6bac0a9429
@ -56,6 +56,7 @@ if (isset($_COOKIE['LinkCount'])) {
|
||||
<div id="links-table-body" data-page="{{request('page', 1)}}" data-per-page="{{$pagePage ? $pagePage : 0}}">
|
||||
@foreach($links as $link)
|
||||
@php $button = Button::find($link->button_id); if(isset($button->name)){$buttonName = $button->name;}else{$buttonName = 0;} @endphp
|
||||
@php if($buttonName == "default email"){$buttonName = "email";} if($buttonName == "default email_alt"){$buttonName = "email_alt";} @endphp
|
||||
@if($button->name !== 'icon')
|
||||
<div class='row h-100 pb-0 mb-2 border rounded hvr-glow ' data-id="{{$link->id}}">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user