cleanup
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<% @notifications.each do |notification| %>
|
<% @notifications.each do |notification| %>
|
||||||
<li>
|
<li>
|
||||||
<time><%= l notification.timestamp.to_datetime, format: :datetime %></time> •
|
<time><%= l notification.timestamp, format: :datetime %></time> •
|
||||||
<%= notification.activity.username %> <%= notification_text_for(notification) %>
|
<%= notification.activity.username %> <%= notification_text_for(notification) %>
|
||||||
<%= link_to notification.activity.trackable.debate.title, notification.activity.trackable.debate %>
|
<%= link_to notification.activity.trackable.debate.title, notification.activity.trackable.debate %>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -268,7 +268,7 @@ en:
|
|||||||
one: "1 vote"
|
one: "1 vote"
|
||||||
other: "%{count} votes"
|
other: "%{count} votes"
|
||||||
notifications:
|
notifications:
|
||||||
commented_on_your_debate: "commented on yout debate"
|
commented_on_your_debate: "commented on your debate"
|
||||||
replied_to_your_comment: "replied to your comment on"
|
replied_to_your_comment: "replied to your comment on"
|
||||||
comments_helper:
|
comments_helper:
|
||||||
comment_link: "Comment"
|
comment_link: "Comment"
|
||||||
|
|||||||
Reference in New Issue
Block a user