From be0a0e5aba39c23019d2c28ff9514f1a8322bb03 Mon Sep 17 00:00:00 2001
From: Alex Coles
- <%= link_to l(:label_work_package_view_all), {:controller => '/work_packages', :action => 'index', :project_id => project}, :class => 'button_highlight' %> + <%= link_to l(:label_work_package_view_all), {:controller => '/work_packages', :action => 'index', :project_id => project}, :class => 'button -highlight' %> <% if User.current.allowed_to?(:view_calendar, project, :global => true) %> - <%= link_to(l(:label_calendar), {:controller => '/work_packages/calendars', :action => 'index', :project_id => project}, :class => 'button_highlight') %> + <%= link_to(l(:label_calendar), {:controller => '/work_packages/calendars', :action => 'index', :project_id => project}, :class => 'button -highlight') %> <% end %> <% if User.current.allowed_to?(:view_gantt, project, :global => true) %> - <%= link_to(l(:label_gantt), {:controller => '/gantts', :action => 'show', :project_id => project}, :class => 'button_highlight') %> + <%= link_to(l(:label_gantt), {:controller => '/gantts', :action => 'show', :project_id => project}, :class => 'button -highlight') %> <% end %>
diff --git a/app/views/my_projects_overviews/blocks/_work_packages_assigned_to_me.html.erb b/app/views/my_projects_overviews/blocks/_work_packages_assigned_to_me.html.erb index ccbc74f92a..3755a84ede 100644 --- a/app/views/my_projects_overviews/blocks/_work_packages_assigned_to_me.html.erb +++ b/app/views/my_projects_overviews/blocks/_work_packages_assigned_to_me.html.erb @@ -35,7 +35,7 @@ See doc/COPYRIGHT.md for more details.<%= link_to l(:label_work_package_view_all_assigned_to_me), project_work_packages_assigned_to_me_path(@project), - :class => 'button_highlight' %> + :class => 'button -highlight' %>
<% end %> diff --git a/app/views/my_projects_overviews/blocks/_work_packages_reported_by_me.html.erb b/app/views/my_projects_overviews/blocks/_work_packages_reported_by_me.html.erb index d04279bb49..d16d614540 100644 --- a/app/views/my_projects_overviews/blocks/_work_packages_reported_by_me.html.erb +++ b/app/views/my_projects_overviews/blocks/_work_packages_reported_by_me.html.erb @@ -35,7 +35,7 @@ See doc/COPYRIGHT.md for more details.<%= link_to l(:label_work_package_view_all_reported_by_me), project_work_packages_reported_by_me_path(@project), - :class => 'button_highlight' %> + :class => 'button -highlight' %>
<% end %> diff --git a/app/views/my_projects_overviews/blocks/_work_packages_responsible_for.html.erb b/app/views/my_projects_overviews/blocks/_work_packages_responsible_for.html.erb index f3f9a81588..68eaae8b18 100644 --- a/app/views/my_projects_overviews/blocks/_work_packages_responsible_for.html.erb +++ b/app/views/my_projects_overviews/blocks/_work_packages_responsible_for.html.erb @@ -35,7 +35,7 @@ See doc/COPYRIGHT.md for more details.<%= link_to l(:label_work_package_view_all_responsible_for), project_work_packages_responsible_for_path(@project), - :class => 'button_highlight' %> + :class => 'button -highlight' %>
<% end %> diff --git a/app/views/my_projects_overviews/blocks/_work_packages_watched.html.erb b/app/views/my_projects_overviews/blocks/_work_packages_watched.html.erb index 7c810cfcef..588948014d 100644 --- a/app/views/my_projects_overviews/blocks/_work_packages_watched.html.erb +++ b/app/views/my_projects_overviews/blocks/_work_packages_watched.html.erb @@ -32,6 +32,6 @@ See doc/COPYRIGHT.md for more details.<%= link_to l(:label_work_package_view_all_watched), project_work_packages_watched_path(@project), - :class => 'button_highlight' %> + :class => 'button -highlight' %>
<% end %>