diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index de96c1d77..e838538c6 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -21,8 +21,11 @@

<%= textilizable(e.event_description) %>

+ <%= format_activity_day(day) %> <%= format_time(e.event_datetime, false) %> - + <% if e.class == Issue %> + <%= link_to l(:label_find_all_comments), issue_path(e) %><%= l(:label_comments_count, :count => e.journals.count)%> + <% end %> diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index 6635a1119..127235fc4 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -1482,7 +1482,6 @@ a.issue-link { font-weight: bold; } div.issue-note { - width: 580px; margin-left: 30px; margin-bottom: 10px; padding-bottom: 10px;