Sha256: e51a4f2d18abfaf2ca9f137978f894b0e9f9131d29d8797cfa38e318119717fc
Contents?: true
Size: 534 Bytes
Versions: 9
Compression:
Stored size: 534 Bytes
Contents
= content_for :nav_title do = "#{action_name.titleize} #{@controller_action.to_s}" section.section .container .columns .column.is-three-fifths .card = render 'layouts/authz/error_messages', object: @controller_action .card-content = form_for @controller_action do |f| = render 'association_fields', f: f .field .control = f.submit 'Save', class: 'button is-primary is-fullwidth' .column = render 'help'
Version data entries
9 entries across 9 versions & 1 rubygems