Sha256: d849a250c7c3c37cb68ab33595dc7c2fc01f1bc7cdbeb7cc8271b6b5e5a84b52

Contents?: true

Size: 441 Bytes

Versions: 17

Compression:

Stored size: 441 Bytes

Contents

<% if @model.has_route?(:edit) && can?(:update, @model) %>
  <%=
    link_to(
      content_tag(
        :i,
        nil,
        class: 'fa fa-pencil'
      ),
      [:edit, resource],
      title: I18n.t('action.update', resource: resource.name),
      data: {
        toggle: :tooltip,
        placement: :left,
        title: I18n.t('action.update', resource: resource.name)
      },
      class: 'tip spinner-link'
    )
  %>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

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