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