refs #356
This commit is contained in:
parent
272b46e8a9
commit
cff40b981e
@ -5,6 +5,11 @@
|
|||||||
<h1>
|
<h1>
|
||||||
@yield('title')
|
@yield('title')
|
||||||
@yield('new_button')
|
@yield('new_button')
|
||||||
|
@if ($suggestion_modules)
|
||||||
|
@foreach($suggestion_modules as $suggestion_module)
|
||||||
|
<span class="new-button"><a href="{{ url($suggestion_module->action_url) }}" target="_blank" class="btn btn-default btn-sm"><span class="fa fa-rocket"></span> {{ $suggestion_module->name }}</a></span>
|
||||||
|
@endforeach
|
||||||
|
@endif
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user