fix haml indentation errors
This commit is contained in:
parent
092bc6b150
commit
4e61e764df
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
= simple_form_for @supplier do |f|
|
= simple_form_for @supplier do |f|
|
||||||
- if @supplier.shared_supplier
|
- if @supplier.shared_supplier
|
||||||
.alert.alert-success
|
.alert.alert-info
|
||||||
= t 'suppliers.shared_supplier_note'
|
= t 'suppliers.shared_supplier_note'
|
||||||
= f.hidden_field :shared_supplier_id
|
= f.hidden_field :shared_supplier_id
|
||||||
= f.input :name
|
= f.input :name
|
||||||
|
|
Loading…
Reference in a new issue