Commit d4721a60 authored by nazarf's avatar nazarf

F

parent e276d66f
...@@ -37,5 +37,5 @@ ...@@ -37,5 +37,5 @@
- @trigger.notify.each do |trigger| - @trigger.notify.each do |trigger|
%tr %tr
%td= link_to trigger.sale_id, trigger.sale_link, target: :_blank %td= link_to trigger.sale_id, trigger.sale_link, target: :_blank
%td= trigger.price.present? if trigger.price %td= trigger.price if trigger.price.present?
%td %td
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment