mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-19 21:40:58 +01:00
Update index.blade.php
This commit is contained in:
parent
e8d3a4ed11
commit
a5890cfa12
@ -77,7 +77,7 @@
|
|||||||
@php $i++; @endphp
|
@php $i++; @endphp
|
||||||
<ol class='list-group list-group-flush bg-transparent'>
|
<ol class='list-group list-group-flush bg-transparent'>
|
||||||
|
|
||||||
@if($link->name !== "phone" && $link->name !== 'heading')
|
@if($link->name !== "phone" && $link->name !== 'heading' && $link->button_id !== 96)
|
||||||
<li class="list-group-item bg-transparent">
|
<li class="list-group-item bg-transparent">
|
||||||
{{ $i }}.) {{$link->title}} -- <span class='text-primary' title='Click Count'>{{$link->click_number}} </span> <br />
|
{{ $i }}.) {{$link->title}} -- <span class='text-primary' title='Click Count'>{{$link->click_number}} </span> <br />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user