Sha256: 5c87478e007237169441fc26a3410b5632b3ab61d297c329268996a752545ed9

Contents?: true

Size: 298 Bytes

Versions: 11

Compression:

Stored size: 298 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),
      class: 'spinner-link'
    )
  %>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
adminpanel-3.1.0 app/views/adminpanel/icons/_edit.html.erb
adminpanel-3.0.0 app/views/adminpanel/icons/_edit.html.erb
adminpanel-2.6.1 app/views/adminpanel/icons/_edit.html.erb
adminpanel-2.6.0 app/views/adminpanel/icons/_edit.html.erb
adminpanel-2.5.5 app/views/adminpanel/icons/_edit.html.erb
adminpanel-2.5.4 app/views/adminpanel/icons/_edit.html.erb
adminpanel-2.5.3 app/views/adminpanel/icons/_edit.html.erb
adminpanel-2.5.2 app/views/adminpanel/icons/_edit.html.erb
adminpanel-2.5.1 app/views/adminpanel/icons/_edit.html.erb
adminpanel-2.5.0 app/views/adminpanel/icons/_edit.html.erb
adminpanel-2.4.3 app/views/adminpanel/icons/_edit.html.erb