Sha256: 80e481014f38da90a4747ebd324a8be3afc271906a7acf2468307a7405de0bbe
Contents?: true
Size: 547 Bytes
Versions: 143
Compression:
Stored size: 547 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
143 entries across 143 versions & 1 rubygems