Sha256: 7fd77944b58e7ae92a0e5eef85ce08159f361ae55d9594f9580331c71751d28c
Contents?: true
Size: 640 Bytes
Versions: 4
Compression:
Stored size: 640 Bytes
Contents
<%- first_attribute = model_attributes.first -%> <%% title @<%= singular_name %>.title %> <%% content_tag :div, :class => "page_#{@<%= singular_name %>.id}" do %> <%% heading @<%= singular_name %>.<%= first_attribute.name %> %> <%%= @<%= singular_name %>.<%= first_attribute.name %> %> <%% end %> <%% if permitted_to? :manage, :<%= plural_name %> %> <p> <%%= link_to "Edit", edit_<%= singular_name %>_path(@<%= singular_name %>) %> | <%%= link_to "Destroy", @<%= singular_name %>, :confirm => 'Are you sure?', :method => :delete %> | <%%= link_to "View All", <%= plural_name %>_path %> </p> <%% end %>
Version data entries
4 entries across 4 versions & 1 rubygems