Sha256: ce765b676408bf4ffc597a1ee292070e89e599c05bb647977c7cc52f6005a490

Contents?: true

Size: 277 Bytes

Versions: 1

Compression:

Stored size: 277 Bytes

Contents

%h2= title

<%= render_form %>

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

Version data entries

1 entries across 1 versions & 1 rubygems

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