Sha256: 219425a72842b16208dbcc295a81cef0a0911f6e9579c45eaa237cc7230732d1
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
<h1>Editing author</h1> <% form_for(@author) do |f| %> <%= f.error_messages %> <p> <%= f.label :name %><br /> <%= f.text_field :name %> </p> <p> <%= f.submit 'Update' %> </p> <% end %> <%= link_to 'Show', @author %> | <%= link_to 'Back', authors_path %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-services-0.1.5 | test/rails_app_v2/app/views/authors/edit.html.erb |