mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-13 01:42:08 +02:00
Update predefined-form.blade.php
This commit is contained in:
parent
d8130cd914
commit
a5a8bbe821
@ -3,8 +3,9 @@
|
||||
<select name='button' class='form-control'>
|
||||
|
||||
@foreach ($buttons as $b)
|
||||
@if(!in_array($b["name"], ["custom_website", "custom"]))
|
||||
<option class='button button-{{$b["name"]}}' value='{{$b["name"]}}' {{ $b["selected"] == true ? "selected" : ""}}>{{$b["title"]}}</option>
|
||||
|
||||
@endif
|
||||
@endforeach
|
||||
</select>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user