orbit-personalhonor/app/views/panel/personal_honor/desktop/plugin_intros/edit.html.erb

4 lines
240 B
Plaintext
Raw Normal View History

2014-01-15 10:52:06 +00:00
<%= form_for @intro, html: { multipart: true, "form-type"=>"ajax_form","notification"=>"Brief Intro Updated"}, url: panel_personal_honor_desktop_plugin_intro_path(@intro) do |f| %>
<%= render partial: 'form', locals: {:f => f} %>
<%end%>