diff --git a/app/views/account/show.rhtml b/app/views/account/show.rhtml index c86fa59..8cdf987 100644 --- a/app/views/account/show.rhtml +++ b/app/views/account/show.rhtml @@ -31,7 +31,7 @@
<%=l(:label_reported_issues)%>: <%= Issue.count(:conditions => ["author_id=?", @user.id]) %> diff --git a/app/views/projects/activity.rhtml b/app/views/projects/activity.rhtml index 585393e..784a5ac 100644 --- a/app/views/projects/activity.rhtml +++ b/app/views/projects/activity.rhtml @@ -1,4 +1,4 @@ -
<%= "#{l(:label_date_from)} #{format_date(@date_to - @days)} #{l(:label_date_to).downcase} #{format_date(@date_to-1)}" %>