socialforge/app/views/projects/_edit.html.erb

8 lines
208 B
Plaintext
Raw Normal View History

2013-08-06 10:16:51 +08:00
<div class="box tabular" style="margin-right:10px;" >
2013-08-01 10:33:49 +08:00
<%= labelled_form_for @project do |f| %>
2013-09-06 16:39:38 +08:00
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
2013-08-01 10:33:49 +08:00
<% end %>
2013-08-06 10:16:51 +08:00
</div>