Sha256: c22464ec60b5c9fdecb15dc6ad9657dc45612e7170a5598747532b3fb388f5c8

Contents?: true

Size: 1016 Bytes

Versions: 300

Compression:

Stored size: 1016 Bytes

Contents

- url = effective_style_guide.style_guide_path

%h4 Vertical
= effective_form_with model: Effective::StyleGuide.new, url: url do |f|
  = render '_fields', f: f, uid: 1
%hr
= effective_form_with model: Effective::StyleGuide.new, url: url, readonly: true do |f|
  = render '_fields', f: f, uid: 1
%hr
= effective_form_with model: Effective::StyleGuide.new.tap { |s| s.valid? }, url: url do |f|
  = render '_fields', f: f, uid: 2
%hr

= effective_form_with model: Effective::StyleGuide.new, url: url, layout: :horizontal do |f|
  = render '_fields', f: f, uid: 2
%hr
= effective_form_with model: Effective::StyleGuide.new.tap { |s| s.valid? }, url: url, layout: :horizontal do |f|
  = render '_fields', f: f, uid: 3
%hr

%h4 Inline
= effective_form_with model: Effective::StyleGuide.new, url: url, layout: :inline do |f|
  = render '_inline_fields', f: f, uid: 4
%hr
= effective_form_with model: Effective::StyleGuide.new.tap { |s| s.valid? }, url: url, layout: :inline do |f|
  = render '_inline_fields', f: f, uid: 5

Version data entries

300 entries across 300 versions & 1 rubygems

Version Path
effective_bootstrap-1.19.13 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.12 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.11 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.10 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.9 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.8 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.7 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.6 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.5 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.4 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.3 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.2 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.1 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.19.0 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.18.7 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.18.4 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.18.3 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.18.2 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.18.1 app/views/effective/style_guide/_effective_form_with.html.haml
effective_bootstrap-1.18.0 app/views/effective/style_guide/_effective_form_with.html.haml