mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Remove project-specific list exceptions
This commit is contained in:
parent
1c5c214e44
commit
b222ba04bf
1 changed files with 1 additions and 3 deletions
|
@ -75,10 +75,8 @@
|
|||
</div>
|
||||
|
||||
@foreach($column['columns'] as $list_column)
|
||||
@set('placeholder', $column['name'] == 'included' || $column['name'] == 'recommended' ? '' : $list_column)
|
||||
|
||||
<div class="list-items-row-input {{ count($column['columns']) == 1 ? 'wide' : '' }}">
|
||||
<input class="list-items-row-input-inner" data-column="{{ $list_column }}" placeholder="{{ $placeholder }}" />
|
||||
<input class="list-items-row-input-inner" data-column="{{ $list_column }}" placeholder="{{ $list_column }}" />
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
|
|
Loading…
Reference in a new issue