Suggestions styling..
This commit is contained in:
parent
0ef7c42db0
commit
91cae79a2a
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
@foreach($modules as $module)
|
@foreach($modules as $module)
|
||||||
<span>
|
<a href="{{ url($module->action_url) . '?' . http_build_query((array) $module->action_parameters) }}" class="btn btn-white btn-sm" target="{{ $module->action_target }}">
|
||||||
<a href="{{ url($module->action_url) . '?' . http_build_query((array) $module->action_parameters) }}" class="btn btn-white btn-sm" target="{{ $module->action_target }}">{{ $module->name }}</a>
|
{{ $module->name }}
|
||||||
</span>
|
</a>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user