comparison .svn/pristine/09/09ee2f48a5aafa2ec6da3a021e076cc86af61f01.svn-base @ 909:cbb26bc654de redmine-1.3

Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author Chris Cannam
date Fri, 24 Feb 2012 19:09:32 +0000
parents
children
comparison
equal deleted inserted replaced
908:c6c2cbd0afee 909:cbb26bc654de
1 <h2><%= l(:label_board_new) %></h2>
2
3 <% labelled_tabular_form_for :board, @board, :url => {:action => 'new'} do |f| %>
4 <%= render :partial => 'form', :locals => {:f => f} %>
5 <%= submit_tag l(:button_create) %>
6 <% end %>