7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
|
<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>
|