7754189187
Didn't bother with files in db/, config/, or features/
12 lines
518 B
Plaintext
12 lines
518 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
|
|
%li.right
|
|
%span.rss-icon
|
|
= link_to project_issues_path(@project, :atom, { private_token: current_user.private_token }) do
|
|
= image_tag "rss_ui.png", title: "feed"
|