##// END OF EJS Templates
rename .rhtml to .html.erb of app/views/boards/_form.rhtml....
rename .rhtml to .html.erb of app/views/boards/_form.rhtml. :rhtml and :rxml were finally removed as template handlers at Rails 3.1 RC4. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6585 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6465:f6f82719cbe9
r6465:f6f82719cbe9
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]-->