##// END OF EJS Templates
Swedish translation updated by Nicklas Holm (#10750)...
Swedish translation updated by Nicklas Holm (#10750) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9523 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r8897:7c568cccafeb
r9344:34e20c4373b7
Show More
_form.html.erb
6 lines | 191 B | text/plain | TextLexer
Jean-Philippe Lang
Adds a helper for displaying validation error messages....
r8897 <%= error_messages_for @board %>
Jean-Philippe Lang
Per project forums added....
r526
Jean-Philippe Lang
Resourcified boards....
r7900 <div class="box tabular">
Jean-Philippe Lang
Per project forums added....
r526 <p><%= f.text_field :name, :required => true %></p>
<p><%= f.text_field :description, :required => true, :size => 80 %></p>
</div>