removed dots from menu, renamed Code to Files
This commit is contained in:
parent
4d89322d67
commit
f86df73c1a
2 changed files with 3 additions and 6 deletions
|
@ -12,7 +12,7 @@
|
|||
Team
|
||||
%li{ :class => "#{'active' if current_page?(files_project_path(@project)) }" }
|
||||
= link_to files_project_path(@project), :class => "files-tab tab " do
|
||||
Files
|
||||
Attachments
|
||||
%li{ :class => " #{'active' if (controller.controller_name == "snippets") }" }
|
||||
= link_to project_snippets_path(@project), :class => "snippets-tab tab" do
|
||||
Snippets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue