Sha256: 4a2caaf0f695186d93e968439c7f3725b5bdf9a4986094015b44d2d6a0c01da5
Contents?: true
Size: 520 Bytes
Versions: 12
Compression:
Stored size: 520 Bytes
Contents
<ul> <% if can? :create, Manifestation %> <li><%= link_to t('page.new', model: t('activerecord.models.manifestation')), new_manifestation_path(parent_id: @parent.id) %></li> <% end %> <% if can? :update, @parent %> <li><%= link_to t('page.edit'), edit_manifestation_path(@parent) %></li> <% end %> <% if can? :delete, @parent %> <li><%= link_to t('page.destroy'), manifestation_path(@parent), data: {confirm: t('page.are_you_sure')}, method: :delete %></li> <% end %> </ul>
Version data entries
12 entries across 12 versions & 1 rubygems