Mercurial > hg > soundsoftware-site
view .svn/pristine/ee/eee093964625c0874e6027405e2bfd6bd18c6667.svn-base @ 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 | 038ba2d95de8 |
children |
line wrap: on
line source
<h2><%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)</h2> <%= form_tag({:action => 'create'}, :class => "tabular") do %> <%= hidden_field_tag 'type', @auth_source.type %> <%= render :partial => auth_source_partial_name(@auth_source) %> <%= submit_tag l(:button_create) %> <% end %>