Files
redmine/git/app/views/boards/new.rhtml
T
2008-03-07 16:13:06 +00:00

7 lines
224 B
ERB

<h2><%= l(:label_board_new) %></h2>
<% labelled_tabular_form_for :board, @board, :url => {:action => 'new'} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<%= submit_tag l(:button_create) %>
<% end %>