mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
8 lines
354 B
Plaintext
8 lines
354 B
Plaintext
%ul.nav.nav-tabs
|
|
%li{:class => "#{'active' if current_page?(project_issues_path(@project))}"}
|
|
= link_to project_issues_path(@project), :class => "tab" do
|
|
Browse Issues
|
|
%li{:class => "#{'active' if current_page?(project_milestones_path(@project))}"}
|
|
= link_to project_milestones_path(@project), :class => "tab" do
|
|
Milestones
|