Sha256: 244071a33f1cf92d621135351ffebc76b86b97726faf8a779783187d47eb2dfe
Contents?: true
Size: 576 Bytes
Versions: 23
Compression:
Stored size: 576 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.input :body, as: :trix_editor, wrapper: :zilch = f.submit "Save", class: "button" = " or " = link_to "Cancel", :back, default: snippets_path
Version data entries
23 entries across 23 versions & 1 rubygems