Commit 40105289ee23abc6947eb952714c9a87b6f95625
1 parent
7b3b7eed
Exists in
staging
and in
5 other branches
Fixing identation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/recent_activities/views/blocks/activities.html.erb
@@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
5 | <ul> | 5 | <ul> |
6 | <% block.activities.each do |activity| %> | 6 | <% block.activities.each do |activity| %> |
7 | <li> | 7 | <li> |
8 | - <p><%= link_to activity.user.name, activity.user.url %> <%= describe(activity).html_safe %></p> | 8 | + <p><%= link_to activity.user.name, activity.user.url %> <%= describe(activity).html_safe %></p> |
9 | <time datetime="<%= activity.created_at %>"><%= time_ago_in_words(activity.created_at) %></time> | 9 | <time datetime="<%= activity.created_at %>"><%= time_ago_in_words(activity.created_at) %></time> |
10 | </li> | 10 | </li> |
11 | <% end %> | 11 | <% end %> |