7 lines
221 B
Plaintext
7 lines
221 B
Plaintext
|
<h3><%= l(:label_board) %></h3>
|
||
|
|
||
|
<%= labelled_form_for @board, :url => project_board_path(@project, @board) do |f| %>
|
||
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
||
|
<%= submit_tag l(:button_save) %>
|
||
|
<% end %>
|