Skip to content

Commit

Permalink
add show button
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaAlgo committed Jul 27, 2015
1 parent 58c9c26 commit 1d655be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/datagrid/actions.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if (in_array("show", $actions))
<a class="" title="@lang('rapyd::rapyd.show')" href="{!! url('panel/'.$current_entity.'/'.$uri) !!}?show={!! $id !!}"><span class="ic-globe"> </span></a>
<a class="" title="@lang('rapyd::rapyd.show')" href="{!! url('panel/'.$current_entity.'/'.$uri) !!}?show={!! $id !!}"><span class="glyphicon glyphicon-list-alt"> </span></a>
@endif
@if (in_array("modify", $actions))
<a class="" title="@lang('rapyd::rapyd.modify')" href="{!! url('panel/'.$current_entity.'/'.$uri) !!}?modify={!! $id !!}"><span class="fa fa-edit"> </span></a>
Expand Down

0 comments on commit 1d655be

Please sign in to comment.