From 4d6136947647c29f01bab718ef6d465664f51ccb Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 28 Dec 2014 19:54:16 +0100 Subject: [PATCH] Show whole recipient list. --- .../app/views/ticket_zoom/article_view.jst.eco | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco b/app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco index 7a72e71cd..c68f9281c 100644 --- a/app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco +++ b/app/assets/javascripts/app/views/ticket_zoom/article_view.jst.eco @@ -8,25 +8,25 @@ <% if article.from: %>
- +
<% end %> <% if article.to: %>
- +
<% end %> <% if article.cc: %>
- +
<% end %> <% if article.subject: %>
- +
<% end %>