Sha256: 896ab5e538c4eab3f4cb3e7a91dae10603f213435c870e3b2629d1077828853e

Contents?: true

Size: 276 Bytes

Versions: 5

Compression:

Stored size: 276 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adminpanel-2.4.2 app/views/adminpanel/icons/_show.html.erb
adminpanel-2.4.1 app/views/adminpanel/icons/_show.html.erb
adminpanel-2.4.0 app/views/adminpanel/icons/_show.html.erb
adminpanel-2.3.1 app/views/adminpanel/icons/_show.html.erb
adminpanel-2.3.0 app/views/adminpanel/icons/_show.html.erb