Sha256: 5a2f4a3203f6488d4104e3d60802fcfa98e98190c1ad2734122c0139e483dffc
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
<h1>Editing <%= singular_name %></h1> <%% form_for <%= object_path("@#{singular_name}") %> do |f| %> <%%= render :partial => "form", :locals => { :f => f } %> <p><%%= f.submit 'Update' %></p> <%% end %> <%%= link_to 'Show', <%= object_path("@#{singular_name}") %> %> | <%%= link_to 'Back', <%= index_path %> %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
handy-generators-0.0.2 | rails_generators/hscaffold/templates/view_edit.html.erb |
handy-generators-0.0.1 | rails_generators/hscaffold/templates/view_edit.html.erb |