view app/views/boards/new.html.erb @ 1185:f37237021a46 cannam

Merge
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 14:14:56 +0000
parents c6c2cbd0afee
children 433d4f72a19b
line wrap: on
line source
<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 %>