annotate .svn/pristine/1e/1e36d3b0b9a7b1dcdb385f344cf25506fbe7bce9.svn-base @ 1433:cfa80f738847
bibliography_testing
Fixed assertion error message.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Tue, 08 Oct 2013 17:29:47 +0100 |
parents |
038ba2d95de8 |
children |
|
rev |
line source |
Chris@1296
|
1 <h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
|
Chris@1296
|
2
|
Chris@1296
|
3 <%= form_tag({:action => 'update', :id => @auth_source}, :method => :put, :class => "tabular") do %>
|
Chris@1296
|
4 <%= render :partial => auth_source_partial_name(@auth_source) %>
|
Chris@1296
|
5 <%= submit_tag l(:button_save) %>
|
Chris@1296
|
6 <% end %>
|