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 %>
|