Mercurial > hg > soundsoftware-site
view app/views/documents/edit.html.erb @ 1330:441b66f148b6 live
HTML-safe the active colleagues box
author | Chris Cannam |
---|---|
date | Thu, 20 Jun 2013 11:32:06 +0100 |
parents | 433d4f72a19b |
children |
line wrap: on
line source
<h2><%=l(:label_document)%></h2> <%= labelled_form_for @document do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <p><%= submit_tag l(:button_save) %></p> <% end %>