gitlabhq/app/views/issues/_head.html.haml

8 lines
343 B
Plaintext
Raw Normal View History

2012-01-27 07:57:55 +01:00
.tabs
%li{:class => "#{'active' if current_page?(project_issues_path(@project))}"}
= link_to project_issues_path(@project), :class => "tab" do
2012-04-08 23:28:58 +02:00
Browse Issues
%li{:class => "#{'active' if current_page?(project_milestones_path(@project))}"}
= link_to project_milestones_path(@project), :class => "tab" do
Milestones