7 lines
224 B
Plaintext
7 lines
224 B
Plaintext
|
<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 %>
|