Mercurial > hg > soundsoftware-site
view app/views/boards/edit.rhtml @ 882:9e27d0747c77 bug_97
Close obsolete branch bug_97
author | Chris Cannam |
---|---|
date | Fri, 25 Mar 2011 13:58:03 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
<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 %>