Skip to content

Commit

Permalink
missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
thib44 committed Apr 25, 2017
1 parent 5ff06fd commit d997170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/journal_entries/_item_fields.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%td= f.referenced_association(:activity_budget, wrapper: :nested)
- if team_size > 0
%td= f.referenced_association(:team, wrapper: :nested)
%td.dec= f.input(:real_debit, wrapper: :nested, input_html: { size: 10, class: f.object._destroy ? '' : 'real-debit'})
%td.dec= f.input(:real_debit, wrapper: :nested, input_html: { size: 10, class: f.object._destroy ? '' : 'real-debit' })
%td= currency
%td.dec= f.input(:real_credit, wrapper: :nested, input_html: { size: 10, class: f.object._destroy ? '' : 'real-credit' })
%td= currency
Expand Down

0 comments on commit d997170

Please sign in to comment.