##// END OF EJS Templates
replace tabs to spaces at app/views/settings/_projects.html.erb...
replace tabs to spaces at app/views/settings/_projects.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7331 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6465:f6f82719cbe9
r7211:6c5325e69018
Show More
_form.html.erb
8 lines | 226 B | text/plain | TextLexer
<%= error_messages_for 'board' %>
<!--[form:board]-->
<div class="box">
<p><%= f.text_field :name, :required => true %></p>
<p><%= f.text_field :description, :required => true, :size => 80 %></p>
</div>
<!--[eoform:board]-->