Skip to content

Commit

Permalink
add wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosu committed Jun 21, 2014
1 parent da2bc7e commit 5283950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/rails_admin/main/_form.html.haml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
= render "rails_admin/main/form_types/#{field.tabbed ? 'form_tabbed' : 'form_simple'}", form: form, field: field, field_type: field_type, html_attributes: html_attributes
.wrapper{style: field.wrapper_style}
= render "rails_admin/main/form_types/#{field.tabbed ? 'form_tabbed' : 'form_simple'}", form: form, field: field, field_type: field_type, html_attributes: html_attributes

0 comments on commit 5283950

Please sign in to comment.