Sha256: 5de0a41b51e1537268f1bfaecdea903590cc410383e671ae66d89e1c51b786e4
Contents?: true
Size: 781 Bytes
Versions: 11
Compression:
Stored size: 781 Bytes
Contents
- form_for [:admin, @topic] do |f| = render_region :form_top .form-area - render_region :form do |form| - form.edit_name do %p.title = f.label :name, t('forum_extension.topic_name') = f.text_field :name, :class => 'textbox', :maxlength => 100 - form.edit_body do - f.fields_for :posts, @topic.posts.first do |pf| %p.body = pf.label :body, t('forum_extension.topic_body') = pf.text_area :body, :class => "textarea", :style => "width: 100%" - render_region :form_bottom do |form_bottom| - form_bottom.edit_buttons do %p.buttons = save_model_button(@topic) = save_model_and_continue_editing_button(@topic) or = link_to 'Cancel', admin_topics_url
Version data entries
11 entries across 11 versions & 1 rubygems