Renamed Contribute link to Upload
That may make it easier for casual visitors to understand.
This commit is contained in:
parent
5889f70a4d
commit
2dcb931143
1 changed files with 2 additions and 2 deletions
|
|
@ -19,9 +19,9 @@ nav.top-bar
|
|||
a href="/" Home
|
||||
li.menu-text class=('active' if controller_name=='packages' and request.fullpath != packages_without_path)
|
||||
a href="/packages" Browse
|
||||
/ TODO: highlights the "Browse" tab (even) when you click on Contribute
|
||||
/ TODO: highlights the "Browse" tab (even) when you click on Upload
|
||||
li.menu-text class=('active' if request.fullpath == packages_without_path)
|
||||
=link_to 'Contribute', :packages_without
|
||||
=link_to 'Upload', :packages_without
|
||||
//li.has-dropdown
|
||||
//a href="#" Distributions
|
||||
//ul.dropdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue