Sha256: b243f8f469d5c6fa3c3e02132b8cf5eacee13b39e0cdb1f32ecc87bfdca8279b

Contents?: true

Size: 265 Bytes

Versions: 1

Compression:

Stored size: 265 Bytes

Contents

<%= 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.3 rails_generators/pizza_scaffold/templates/views/haml/edit.html.haml