Sha256: 68900da84134287d8f9a000bb094c95e2f1dde60605a5ce648af7d241e42ae81
Contents?: true
Size: 206 Bytes
Versions: 1
Compression:
Stored size: 206 Bytes
Contents
= nice_form_for @user do |f| = f.actions do = f.submit 'Sign in' = f.button 'Cancel' = f.button 'Danger button', style: :danger = f.submit 'Submit without the primary class', style: :none
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
booter-1.0.0.rc1 | spec/dummy/app/views/home/buttons.html.haml |