You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

edit.html.erb 293B

123456
  1. <h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
  2. <%= form_tag({:action => 'update', :id => @auth_source}, :method => :put, :class => "tabular") do %>
  3. <%= render :partial => auth_source_partial_name(@auth_source) %>
  4. <%= submit_tag l(:button_save) %>
  5. <% end %>