Sha256: 5b009960fa71e4b08d5f32c06c04823d1cae48397a5190649dd5c7a61db92723
Contents?: true
Size: 418 Bytes
Versions: 8
Compression:
Stored size: 418 Bytes
Contents
= form_for @testimonial do |f| = f.error_messages = tabs do = tab :content do .field = f.label :author = f.text_field :author .field = f.label :quote = f.text_area :quote .actions.form-page__actions = f.submit class: 'btn' = link_to_delete 'Delete', @testimonial, redirection: testimonials_path, class: 'btn btn--secondary' unless @testimonial.new_record?
Version data entries
8 entries across 8 versions & 1 rubygems