Index: app/views/my/blocks/_calendar.html.erb =================================================================== --- app/views/my/blocks/_calendar.html.erb +++ app/views/my/blocks/_calendar.html.erb @@ -1,3 +1,3 @@ -

<%= l(:label_calendar) %>

+

<%= l(:label_calendar) %>

<%= render :partial => 'common/calendar', :locals => {:calendar => calendar } %> Index: app/views/my/blocks/_documents.html.erb =================================================================== --- app/views/my/blocks/_documents.html.erb +++ app/views/my/blocks/_documents.html.erb @@ -1,3 +1,3 @@ -

<%=l(:label_document_plural)%>

+

<%=l(:label_document_plural)%>

<%= render :partial => 'documents/document', :collection => documents %> Index: app/views/my/blocks/_issues.erb =================================================================== --- app/views/my/blocks/_issues.erb +++ app/views/my/blocks/_issues.erb @@ -4,7 +4,7 @@

<%= "#{query.project} |" if query.project %> - <%= link_to query.name, _project_issues_path(query.project, query.as_params) %> + <%= link_to query.name, _project_issues_path(query.project, query.as_params) %> (<%= query.issue_count %>)

Index: app/views/my/blocks/_news.html.erb =================================================================== --- app/views/my/blocks/_news.html.erb +++ app/views/my/blocks/_news.html.erb @@ -1,3 +1,3 @@ -

<%=l(:label_news_latest)%>

+

<%=l(:label_news_latest)%>

<%= render :partial => 'news/news', :collection => news %> Index: app/views/my/blocks/_timelog.html.erb =================================================================== --- app/views/my/blocks/_timelog.html.erb +++ app/views/my/blocks/_timelog.html.erb @@ -3,8 +3,8 @@

- <%= link_to l(:label_spent_time), time_entries_path(:user_id => 'me') %> - (<%= l(:label_last_n_days, days) %>: <%= l_hours_short entries.sum(&:hours) %>) + <%= link_to l(:label_spent_time), time_entries_path(:user_id => 'me') %> + (<%= l(:label_last_n_days, days) %>: <%= l_hours_short entries.sum(&:hours) %>) <%= link_to l(:button_log_time), new_time_entry_path, :class => "icon-only icon-add", :title => l(:button_log_time) if User.current.allowed_to?(:log_time, nil, :global => true) %>

Index: app/views/my/blocks/_timelogs.erb =================================================================== --- app/views/my/blocks/_timelogs.erb +++ app/views/my/blocks/_timelogs.erb @@ -4,7 +4,7 @@

<%= "#{query.project} |" if query.project %> - <%= link_to query.name, _time_entries_path(query.project, nil, query.as_params) %> + <%= link_to query.name, _time_entries_path(query.project, nil, query.as_params) %> (<%= scope.count %>)