annotate app/views/groups/new.html.erb @ 1458:b1f4c9a2af24
bug_794
Makes the default radio button checked by default -- this should fix bug #794.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Mon, 11 Nov 2013 18:25:22 +0000 |
parents |
433d4f72a19b |
children |
261b3d9a4903 |
rev |
line source |
Chris@0
|
1 <h2><%= link_to l(:label_group_plural), groups_path %> » <%= l(:label_group_new) %></h2>
|
Chris@0
|
2
|
Chris@1115
|
3 <%= labelled_form_for @group do |f| %>
|
Chris@0
|
4 <%= render :partial => 'form', :locals => { :f => f } %>
|
Chris@909
|
5 <p>
|
Chris@909
|
6 <%= f.submit l(:button_create) %>
|
Chris@909
|
7 <%= f.submit l(:button_create_and_continue), :name => 'continue' %>
|
Chris@909
|
8 </p>
|
Chris@0
|
9 <% end %>
|