Sha256: 62255d88a401f90439e0fe4f67801789d5952bc764241bdd6bd4f274f5321633

Contents?: true

Size: 271 Bytes

Versions: 3

Compression:

Stored size: 271 Bytes

Contents

<% if @model.has_route?(:show) %>
  <%=
    link_to(
      content_tag(
        :i,
        nil,
        class: 'fa fa-search-plus'
      ),
      [resource],
      class: 'spinner-link',
      title: t('action.show'),
      id: 'show-resource-icon'
    )
  %>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
adminpanel-2.2.5 app/views/shared/_show_icon_button.html.erb
adminpanel-2.2.4 app/views/shared/_show_icon_button.html.erb
adminpanel-2.2.3 app/views/shared/_show_icon_button.html.erb