fixed error with ascii error for dashboard
This commit is contained in:
parent
020e1a8eee
commit
3abd977822
6 changed files with 24 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue