##// END OF EJS Templates
Adds url and author_url plugin attributes (#2162)....
Adds url and author_url plugin attributes (#2162). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2041 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r181:845460b16525
r2039:5362a85f2bd7
Show More
new.rhtml
6 lines | 225 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
0.3 unstable...
r10 <h2><%=l(:label_auth_source_new)%> (<%= @auth_source.auth_method_name %>)</h2>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% form_tag({:action => 'create'}, :class => "tabular") do %>
Jean-Philippe Lang
0.3 unstable...
r10 <%= render :partial => 'form' %>
<%= submit_tag l(:button_create) %>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% end %>