Sha256: 74e1ca422b164b0bbcf3712618a3effd7e447ead9ab74fcf95a975f9fbcb9927

Contents?: true

Size: 323 Bytes

Versions: 2

Compression:

Stored size: 323 Bytes

Contents

- title t(:title, :model => <%= class_name %>.human_name)

<%= render_form :object_path %>

<%- if actions? :show, :index -%>
%ol.actions
  <%- if action? :show -%>
  %li.show= link_to t(:show), object_path
  <%- end -%>
  <%- if action? :index -%>
  %li.index= link_to t(:index), collection_path
  <%- end -%>
<%- end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iain-pizza-generators-0.1.1 rails_generators/pizza_scaffold/templates/views/haml/edit.html.haml
iain-pizza-generators-0.1.2 rails_generators/pizza_scaffold/templates/views/haml/edit.html.haml