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 / .svn / text-base / new.html.erb.svn-base @ 442:753f1380d6bc

History | View | Annotate | Download (292 Bytes)

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

    
3
<% form_for(@group, :builder => TabularFormBuilder, :lang => current_language) do |f| %>
4
<%= render :partial => 'form', :locals => { :f => f } %>
5
<p><%= f.submit l(:button_create) %></p>
6
<% end %>