To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / groups / new.html.erb @ 1298:4f746d8966dd

History | View | Annotate | Download (316 Bytes)

1
<h2><%= link_to l(:label_group_plural), groups_path %> &#187; <%= l(:label_group_new) %></h2>
2

    
3
<%= labelled_form_for @group do |f| %>
4
<%= render :partial => 'form', :locals => { :f => f } %>
5
<p>
6
  <%= f.submit l(:button_create) %>
7
  <%= f.submit l(:button_create_and_continue), :name => 'continue' %>
8
</p>
9
<% end %>