summaryrefslogtreecommitdiff
path: root/app/views/dashboard/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/index.html.haml')
-rw-r--r--app/views/dashboard/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml
index e25ec249ef5..21689759964 100644
--- a/app/views/dashboard/index.html.haml
+++ b/app/views/dashboard/index.html.haml
@@ -27,13 +27,13 @@
%a.project-update{:href => dashboard_feed_path(project, update)}
= image_tag gravatar_icon(update.author_email), :class => "left", :width => 40
%span.update-title
- - if update.kind_of?(Grit::Commit)
+ - if update.kind_of?(Grit::Commit)
%span.right.tag.commit= update.head.name
= dashboard_feed_title(update)
%span.update-author
%strong= update.author_name
authored
- = time_ago_in_words(update.created_at)
+ = time_ago_in_words(update.created_at)
ago
/ #news-feed
/ #dashboard-content