Skip to content

Commit

Permalink
Show ReferNET service name in feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Garcia committed Oct 26, 2017
1 parent efa305e commit 20fb724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/user_mailer/_feedback.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%td.text-nowrap
=feedback.created_at.strftime("%Y-%m-%d")
%td
=feedback.feedbackable.try(:name) || "General"
=feedback.subject
%td
-if feedback.rating.present?
="#{feedback.rating}/5"
Expand All @@ -19,4 +19,4 @@
=feedback.contact
%hr

=link_to "Click here to acknowledge feedback.", admin_feedback_url(feedback)
=link_to "Click here to acknowledge feedback.", admin_feedback_url(feedback)

0 comments on commit 20fb724

Please sign in to comment.