Sha256: e798b50a658c6d1ded31540481aecfe2b0570f99103397b0387687462ed70e0f

Contents?: true

Size: 736 Bytes

Versions: 2

Compression:

Stored size: 736 Bytes

Contents

===============================================================================

  Be sure to have a copy of the AUI stylesheet available on your
  application, you can get it on https://docs.atlassian.com/aui/latest

  Inside your views, please add fieldset tag, and wrapper your submit or cancel 
  under a div that class is field_group
  as the following:

    = simple_form_for @user do |form|
     %fieldset
      = f.input :name, :as => :aui_string
      = f.input :description, :as => :text_area

      .field_group
        = f.submit :class => "aui-button aui-button-primary"
        = link_to "Cancel", "", :class => "aui-button aui-button-link"

===============================================================================

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simple_form_awesome-2.3.0 lib/generators/simple_form/templates/AUI_README
simple_form_awesome-2.2.0 lib/generators/simple_form/templates/AUI_README