comparison .svn/pristine/c3/c39fa7ae90b01243cdc7410aaa557ea9c9fade29.svn-base @ 935:fe0249c097f6 live

Merge from the default branch
author Chris Cannam
date Wed, 11 Jul 2012 13:33:14 +0100
parents cbb26bc654de
children
comparison
equal deleted inserted replaced
922:ad295b270cd4 935:fe0249c097f6
1 <h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
2
3 <% form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") do %>
4 <%= render :partial => 'form' %>
5 <%= submit_tag l(:button_save) %>
6 <% end %>
7