include comments link
This commit is contained in:
parent
5b6d1a66a6
commit
1129cf4094
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
net_sum: number_to_currency(@order.sum(:net)),
|
||||
gross_sum: number_to_currency(@order.sum(:gross))
|
||||
|
||||
- unless @order.comments.blank?
|
||||
= link_to t('.comments_link'), '#comments'
|
||||
|
||||
- if @note.present?
|
||||
%p
|
||||
= heading_helper(Order, :note) + ': '
|
||||
|
|
Loading…
Reference in a new issue