Sha256: 35c076dfdb3dbae6d0bb78974829e60c39c782d672ccc064ecc76fb2b917dac7
Contents?: true
Size: 543 Bytes
Versions: 9
Compression:
Stored size: 543 Bytes
Contents
=simple_form_for snippet, url: submit_to_url, as: :snippet, wrapper: :horizontal_form do |f| = f.input :title, wrapper: :horizontal_medium /= f.input :body, wrapper: :horizontal_large, as: :text, input_html: { rows: 10 } .row.string.required.snippet_body .small-12.medium-4.large-3.columns = f.label :body .small-12.medium-8.large-9.columns = f.trix_editor :body = f.submit "Save", class: "button" = " or " = link_to "Cancel", :back, default: snippets_path
Version data entries
9 entries across 9 versions & 1 rubygems