e_paper/app/views/admin/topics/edit.html.erb

6 lines
199 B
Plaintext
Raw Normal View History

2017-07-05 09:16:55 +00:00
<div id="edit">
<%= form_for @topic, :url => {:action=>"update"}, :html => {:class => 'form-horizontal main-forms'} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>
</div>