diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-01-18 03:45:54 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-01-18 03:45:54 +0000 |
commit | 09351a0535fe9bc3fa780763c095fd6dc56175de (patch) | |
tree | bb5940d322a8ed152c1e933c564ca51ed4ae6231 /share/www/_sidebar.html | |
parent | 0a94f47f2b962048837a6a28449bfd962dd1fd3e (diff) |
normalize userCtx name and roles, also, no log in via a conflict doc
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@900275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/_sidebar.html')
-rw-r--r-- | share/www/_sidebar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/_sidebar.html b/share/www/_sidebar.html index 6c7abc99..13727cbd 100644 --- a/share/www/_sidebar.html +++ b/share/www/_sidebar.html @@ -35,12 +35,12 @@ specific language governing permissions and limitations under the License. <a href="#" class="signup">Signup</a> or <a href="#" class="login">Login</a> </span> <span class="loggedin"> - Welcome <a class="username">?</a>! + Welcome <a class="name">?</a>! <br/> <a href="#" class="logout">Logout</a> </span> <span class="loggedinadmin"> - Welcome <a class="username">?</a>! + Welcome <a class="name">?</a>! <br/> <a href="#" class="createadmin">Setup more admins</a> or <a href="#" class="logout">Logout</a> |