view .svn/pristine/1e/1e36d3b0b9a7b1dcdb385f344cf25506fbe7bce9.svn-base @ 1386:e4c393cebb1a luisf

Merger from testing branch.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 24 Sep 2013 16:25:05 +0100
parents 038ba2d95de8
children
line wrap: on
line source
<h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>

<%= form_tag({:action => 'update', :id => @auth_source}, :method => :put, :class => "tabular") do %>
  <%= render :partial => auth_source_partial_name(@auth_source) %>
  <%= submit_tag l(:button_save) %>
<% end %>