Sha256: 32d957c95b2e519aa118c159549b1a5500eb2a41fabaf7978e8304e94f09f589
Contents?: true
Size: 342 Bytes
Versions: 32
Compression:
Stored size: 342 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 %> </ul>
Version data entries
32 entries across 32 versions & 2 rubygems