Mercurial > hg > soundsoftware-site
view app/views/auth_sources/edit.rhtml @ 443:350acce374a2 cannam
Merge from branch "cannam-pre-20110113-merge"
author | Chris Cannam |
---|---|
date | Mon, 06 Jun 2011 14:55:38 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
<h2><%=l(:label_auth_source)%> (<%= @auth_source.auth_method_name %>)</h2> <% form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") do %> <%= render :partial => 'form' %> <%= submit_tag l(:button_save) %> <% end %>