Sha256: 81da40cd5923b843332474514ee88c5b9e17425146a0d31f331e24e832f05bb1
Contents?: true
Size: 716 Bytes
Versions: 1
Compression:
Stored size: 716 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 = 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
simple_form_awesome-2.4.0 | lib/generators/simple_form/templates/AUI_README |