include comments link

This commit is contained in:
wvengen 2014-01-17 14:32:00 +01:00
parent 5b6d1a66a6
commit 1129cf4094
1 changed files with 3 additions and 0 deletions

View File

@ -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) + ': '