mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 20:11:01 +01:00
Update add-link.blade.php
Restore translated options
This commit is contained in:
parent
73c7e6a106
commit
b89c878b6c
@ -17,8 +17,8 @@
|
||||
<div class="form-group col-lg-8">
|
||||
<label for="exampleFormControlSelect1">{{__('messages.Button')}}</label>
|
||||
<select class="form-control" name="button">
|
||||
<option style="background-color:#ffe8e4;"> {{__('messages.custom')}} </option>
|
||||
<option style="background-color:#ffe8e4;"> {{__('messages.custom_website')}} </option>
|
||||
<option style="background-color:#ffe8e4;">custom</option>
|
||||
<option style="background-color:#ffe8e4;">custom_website</option>
|
||||
@foreach($buttons as $button)
|
||||
@if (!in_array($button->name, ['custom', 'custom_website', 'heading', 'space']))
|
||||
<option> {{ $button->name }} </option>
|
||||
|
Loading…
x
Reference in New Issue
Block a user