Commit 40105289ee23abc6947eb952714c9a87b6f95625
1 parent
7b3b7eed
Exists in
fix_sign_up_form
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 | 5 | <ul> |
6 | 6 | <% block.activities.each do |activity| %> |
7 | 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 | 9 | <time datetime="<%= activity.created_at %>"><%= time_ago_in_words(activity.created_at) %></time> |
10 | 10 | </li> |
11 | 11 | <% end %> | ... | ... |