summaryrefslogtreecommitdiff
path: root/app/views/issues/_head.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/issues/_head.html.haml')
-rw-r--r--app/views/issues/_head.html.haml18
1 files changed, 4 insertions, 14 deletions
diff --git a/app/views/issues/_head.html.haml b/app/views/issues/_head.html.haml
index 7d44b87564f..d539025296a 100644
--- a/app/views/issues/_head.html.haml
+++ b/app/views/issues/_head.html.haml
@@ -1,14 +1,4 @@
-.top-tabs
- = link_to project_issues_path(@project), :class => "tab #{'active' if current_page?(project_issues_path(@project)) }" do
- %span
- Issues
-
- -#= link_to project_issues_path(@project), :class => "tab" do
- %span
- Milestones
-
- - if current_page?(project_issues_path(@project))
- - if can? current_user, :write_issue, @project
- = link_to new_project_issue_path(@project), :class => "add_new", :title => "New Issue", :remote => true do
- Add new
-
+.tabs
+ %li{:class => "#{'active' if current_page?(project_issues_path(@project))}"}
+ = link_to project_issues_path(@project), :class => "tab" do
+ Issues