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

7 lines
217 B
Plaintext
Raw Normal View History

<div class="box tabular" style="margin-right:10px;" >
<%= labelled_form_for @course do |f| %>
<%= render :partial => 'course_form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>
</div>