diff --git a/app/views/admin/activity/show.html.erb b/app/views/admin/activity/show.html.erb index dd4cee125..33f4dc6f1 100644 --- a/app/views/admin/activity/show.html.erb +++ b/app/views/admin/activity/show.html.erb @@ -33,12 +33,18 @@ <%= activity.actionable.username %> (<%= activity.actionable.email %>) <% when "Comment" %> <%= activity.actionable.body %> + <% when "Newsletter" %> + <%= activity.actionable.subject %> +
+ <%= activity.actionable.body %> + <% when "ProposalNotification" %> + <%= activity.actionable.title %> +
+ <%= activity.actionable.body %> <% else %> <%= activity.actionable.title %>
-
- <%= activity.actionable.description %> -
+ <%= activity.actionable.description %> <% end %> <%= activity.user.name %> (<%= activity.user.email %>)