This commit is contained in:
Julian Herrero
2015-10-06 20:56:11 +02:00
committed by rgarcia
parent 9a5f525dc9
commit 7a8ffe2d4a
2 changed files with 2 additions and 2 deletions

View File

@@ -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>&nbsp;&bull;&nbsp; <time><%= l notification.timestamp, format: :datetime %></time>&nbsp;&bull;&nbsp;
<%= 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>

View File

@@ -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"