Sha256: 6473d096bf0f9e6c5909a687df595be13212d8d80b2ca8c1f13557ddc513e5ee
Contents?: true
Size: 283 Bytes
Versions: 21
Compression:
Stored size: 283 Bytes
Contents
<h2>New iteration</h2> <% form_for(@iteration) do |f| %> <%= f.error_messages %> <%= render :partial => 'form', :locals => {:f => f } %> <p class="form-navigation"> <%= link_to 'Back', iterations_path, :class => "back" %> <%= f.submit 'Create' %> </p> <% end %>
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
branston-0.3.2 | lib/branston/app/views/iterations/new.html.erb |