Sha256: 1d16999559d9513a2277ef03ec638f70bfd4718830337c789241fab323df5422

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

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

<%= render_form %>

<%- if actions? :show, :index -%>
<p>
<%- if action? :show -%>
  <%%= link_to t("show_link"), @<%= singular_name %> %> |
<%- end -%>
<%- if action? :index -%>
  <%%= link_to t("view_all_link"), <%= plural_name %>_path %>
<%- end -%>
</p>
<%- end -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
splendeo-generators-0.2.1 rails_generators/splendeo_scaffold/templates/views/erb/edit.html.erb
splendeo-generators-0.2.0 rails_generators/splendeo_scaffold/templates/views/erb/edit.html.erb