diff options
author | Olivier Lamy <olamy@apache.org> | 2012-12-29 22:14:06 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-12-29 22:14:06 +0000 |
commit | 29f2750643969fa7d237171f159ee1f9d2683d59 (patch) | |
tree | b0d5f5ac8b548382c31e372ef1ebc1dff7ec7c09 | |
parent | cbbfd4e0c932232792389e92701abf929353178b (diff) | |
download | archiva-29f2750643969fa7d237171f159ee1f9d2683d59.tar.gz archiva-29f2750643969fa7d237171f159ee1f9d2683d59.zip |
label-info is better for this welcome badge
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1426849 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/menu.html b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/menu.html index 8a04be2fc..f21d01143 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/menu.html +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/menu.html @@ -79,7 +79,7 @@ <ul class="nav pull-right"> <li id="login-welcome" style="display: none"> <a> - <span class="label label-important" id="welcome-label"></span> + <span class="label label-info" id="welcome-label"></span> </a> </li> <li id="create-admin-link" style="display: none"> |