##// END OF EJS Templates
use English as default language at "test_reminders_should_not_include_closed_issues" of unit mailer test...
use English as default language at "test_reminders_should_not_include_closed_issues" of unit mailer test On Rails 3.1.3, test fails and output is not English. <pre> Error: test_reminders_should_not_include_closed_issues(MailerTest) ActiveRecord::RecordInvalid: Validation failed: Tracker non รจ incluso nella lista test/unit/mailer_test.rb:459:in `test_reminders_should_not_include_closed_issues' </pre> git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8918 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6459:eb23f39a4c18
r8798:f5c4607769b2
Show More
edit.html.erb
7 lines | 244 B | text/plain | TextLexer
Toshi MARUYAMA
HTML escape at app/views/auth_sources/edit.rhtml....
r6243 <h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
Jean-Philippe Lang
0.3 unstable...
r10
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% form_tag({:action => 'update', :id => @auth_source}, :class => "tabular") do %>
Jean-Philippe Lang
0.3 unstable...
r10 <%= render :partial => 'form' %>
<%= submit_tag l(:button_save) %>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% end %>
Jean-Philippe Lang
0.3 unstable...
r10