Sha256: ea2c538a243ecc914ae8c4c91d8b81835178da8e77e73b965828cfd53b40312f
Contents?: true
Size: 477 Bytes
Versions: 1
Compression:
Stored size: 477 Bytes
Contents
<h3 id="title"><%= @route.verb + " " + @route.path %></h3> <%= form_for(@route) do |f| %> <table> <tr> <td> <%= f.label :description %> </td> <td> <%= f.text_field :description %> </td> </tr> <tr> <td> <%= f.label :content %> </td> <td> <%= f.text_area(:content, :cols => 50, :rows => 20) %> </td> </tr> </table> <div class="actions"> <%= f.submit %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docushin-0.0.1 | app/views/docushin/routes/_form.html.erb |