Skip to content

Commit

Permalink
Added icon for new entry button
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Feb 24, 2016
1 parent 7366a51 commit 6085f67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/default/display/table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<div class="panel panel-default">
<div class="panel-heading">
@if ($creatable)
{!! link_to($createUrl, trans('sleeping_owl::lang.table.new-entry'), [
'class' => 'btn btn-primary btn-labeled', 'data-icon' => 'plus'
]) !!}
<a href="{{ url($createUrl) }}" class="btn btn-primary btn-flat">
<i class="fa fa-plus"></i> {{ trans('sleeping_owl::lang.table.new-entry') }}
</a>
@endif

<div class="pull-right tableActions">
Expand Down

0 comments on commit 6085f67

Please sign in to comment.