Sha256: 3878693d8a1ee73c8d793ddc9d86d001dcc1247fcbc54b17b505d6545f3aa3f1
Contents?: true
Size: 274 Bytes
Versions: 7
Compression:
Stored size: 274 Bytes
Contents
<h1>Editing forum</h1> <% form_for(@forum) do |f| %> <%= f.error_messages %> <p> <%= f.label :name %><br /> <%= f.text_field :name %> </p> <p> <%= f.submit 'Update' %> </p> <% end %> <%= link_to 'Show', @forum %> | <%= link_to 'Back', forums_path %>
Version data entries
7 entries across 7 versions & 1 rubygems