Skip to content

Commit

Permalink
refs #356
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed May 25, 2018
1 parent 272b46e commit cff40b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/partials/admin/content.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<h1>
@yield('title')
@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> &nbsp;{{ $suggestion_module->name }}</a></span>
@endforeach
@endif
</h1>
</section>

Expand Down

0 comments on commit cff40b9

Please sign in to comment.