fixed error with ascii error for dashboard

This commit is contained in:
gitlabhq 2011-11-03 06:56:26 -04:00
parent 020e1a8eee
commit 3abd977822
6 changed files with 24 additions and 6 deletions

View file

@ -25,11 +25,11 @@
.data
- project.updates.each do |update|
%a.project-update{:href => dashboard_feed_path(project, update)}
= image_tag gravatar_icon(update.author.email), :class => "left", :width => 40
= image_tag gravatar_icon(update.author_email), :class => "left", :width => 40
%span.update-title
= dashboard_feed_title(update)
%span.update-author
%strong= update.author.name
%strong= update.author_name
authored
= time_ago_in_words(update.created_at)
ago