Sha256: 6427ac656076e626feb1c5d434bdc15778114fbbc2d4b273851cb6279ebc98d3

Contents?: true

Size: 251 Bytes

Versions: 11

Compression:

Stored size: 251 Bytes

Contents

<h1>New tag</h1>

<%= error_messages_for :tag %>

<%= form_for(:tag, :url => tags_path) do |f| %>
  <p>
    <b>Name</b><br />
    <%= f.text_field :name %>
  </p>

  <p>
    <%= submit_tag "Create" %>
  </p>
<% end %>

<%= link_to 'Back', tags_path %>

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
makandra_resource_controller-0.8.0 test/app/views/tags/new.html.erb
resources_controller-1.0.4 test/app/views/tags/new.rhtml
resources_controller-1.0.3 test/app/views/tags/new.rhtml
resources_controller-1.0.2 test/app/views/tags/new.rhtml
makandra_resource_controller-0.7.3 test/app/views/tags/new.rhtml
makandra_resource_controller-0.7.2 test/app/views/tags/new.rhtml
rd_resource_controller-1.0.1 test/app/views/tags/new.rhtml
rd_resource_controller-1.0.0 test/app/views/tags/new.rhtml
makandra_resource_controller-0.7.1 test/app/views/tags/new.rhtml
makandra_resource_controller-0.7.0 test/app/views/tags/new.rhtml
rd_resource_controller-1.0.0.rc test/app/views/tags/new.rhtml