mirror of
https://github.com/redmine/redmine.git
synced 2026-07-06 19:28:45 +02:00
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
|
|
<h2><%= l(:label_board) %></h2>
|
||
|
|
|
||
|
|
<% labelled_tabular_form_for :board, @board, :url => {:action => 'edit', :id => @board} do |f| %>
|
||
|
|
<%= render :partial => 'form', :locals => {:f => f} %>
|
||
|
|
<%= submit_tag l(:button_save) %>
|
||
|
|
<% end %>
|