Sha256: eb39da8b713e2a8fc2b41eb7c2b8aaee2c74fecf733738130960b9e676a838ca
Contents?: true
Size: 597 Bytes
Versions: 1
Compression:
Stored size: 597 Bytes
Contents
<%- first_attribute = model_attributes.first -%> - title @<%= singular_name %>.title = content_tag :div, :class => "<%= singular_name %>_#{@<%= singular_name %>.id}" do = render_region "<%= singular_name %>" do %h1= @<%= singular_name %>.<%= first_attribute.name %> - if permitted_to? :manage, :<%= plural_name %> %p = link_to "Edit", edit_app_<%= singular_name %>_path(@<%= singular_name %>) | = link_to "Destroy", @<%= singular_name %>, :confirm => 'Are you sure?', :method => :delete | = link_to "View All", app_<%= plural_name %>_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dust-generators-0.3.3 | lib/generators/dust/scaffold/templates/views/front_end/haml/show.html.haml |