dashboard restyled. colors improved

This commit is contained in:
Dmitriy Zaporozhets 2012-01-13 23:13:44 +02:00
parent 0ba081947d
commit 693ff1c644
9 changed files with 44 additions and 31 deletions

View file

@ -1,4 +1,4 @@
%h4.dash-tabs
-#%h4.dash-tabs
= link_to "Activities", dashboard_path, :remote => true, :class => "dash-button #{"active" if current_page?(dashboard_path) || current_page?(root_path) }", :id => "activities_slide"
= link_to "Issues", dashboard_issues_path, :remote => true, :class => "dash-button #{"active" if current_page?(dashboard_issues_path)}", :id => "issues_slide"
= link_to "Merge Requests", dashboard_merge_requests_path, :remote => true, :class => "dash-button #{"active" if current_page?(dashboard_merge_requests_path)}", :id => "merge_requests_slide"