Sha256: 7db80429d3e4995993b6a064d48bd883154b91cd03194c273397558874c3cd9c
Contents?: true
Size: 615 Bytes
Versions: 10
Compression:
Stored size: 615 Bytes
Contents
<%- first_attribute = 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
10 entries across 10 versions & 1 rubygems