diff --git a/app/views/admin/stats/direct_messages.html.erb b/app/views/admin/stats/direct_messages.html.erb index 17532f00f..432152db5 100644 --- a/app/views/admin/stats/direct_messages.html.erb +++ b/app/views/admin/stats/direct_messages.html.erb @@ -2,30 +2,20 @@
- <%= t("admin.stats.direct_messages.total") %>
-
- <%= @direct_messages.count %>
-
-
- <%= t("admin.stats.direct_messages.users_who_have_sent_message") %>
-
- <%= @users_who_have_sent_message.count %>
-
-
+ <%= t("admin.stats.direct_messages.total") %>
+ <%= @direct_messages.count %>
+
+ <%= t("admin.stats.direct_messages.users_who_have_sent_message") %>
+ <%= @users_who_have_sent_message.count %>
+
- <%= t("admin.stats.proposal_notifications.total") %>
-
- <%= @proposal_notifications.count %>
-
-
- <%= t("admin.stats.proposal_notifications.proposals_with_notifications") %>
-
- <%= @proposals_with_notifications.count %>
-
-
+ <%= t("admin.stats.proposal_notifications.total") %>
+ <%= @proposal_notifications.count %>
+
+ <%= t("admin.stats.proposal_notifications.proposals_with_notifications") %>
+ <%= @proposals_with_notifications.count %>
+
<%= link_to notification.proposal.title, proposal_path(notification.proposal) %>
-<%= notification.title %>
-<%= notification.body %>
-
+ + <%= notification.title %> + <%= link_to notification.proposal.title, proposal_path(notification.proposal) %> ++<%= notification.body %> + |
+