From 2dcb931143c3a785182255cc4e309ee17ba4e932 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 21 Feb 2021 17:04:52 +0100 Subject: [PATCH] Renamed Contribute link to Upload That may make it easier for casual visitors to understand. --- app/views/layouts/_topbar.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/_topbar.slim b/app/views/layouts/_topbar.slim index 4b558e8..2a5b3b5 100644 --- a/app/views/layouts/_topbar.slim +++ b/app/views/layouts/_topbar.slim @@ -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