Sha256: bfb0cb8af0bab40ea55bc2b4752f3396fa14fedce358cb5d33816613ba57b753

Contents?: true

Size: 438 Bytes

Versions: 17

Compression:

Stored size: 438 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', resource: resource.name),
      id: 'show-resource-icon',
      data: {
        toggle: :tooltip,
        placement: :left,
        title: I18n.t('action.show', resource: resource.name)
      }
    )
  %>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
adminpanel-3.6.1 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.6.0 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.5.1 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.5.0 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.4.7 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.4.6 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.4.5 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.4.4 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.4.3 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.4.2 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.4.1 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.4.0 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.3.4 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.3.3 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.3.0 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.2.1 app/views/adminpanel/icons/_show.html.erb
adminpanel-3.2.0 app/views/adminpanel/icons/_show.html.erb