Changeset - 3474a771f18c
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-07-30 14:37:01
dominikruf@gmail.com
templates: add caret to user dropdown

The user menu is a dropdown menu as well, so it should have a caret like the
other dropdown menus.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/base/base.html
Show inline comments
 
@@ -363,12 +363,13 @@
 
            %if c.unread_notifications != 0:
 
              <span class="badge">${c.unread_notifications}</span>
 
            %endif
 
          %else:
 
              <span>${_('Not Logged In')}</span>
 
          %endif
 
          <i class="navbar-caret"></i>
 
      </a>
 

	
 
      <div class="dropdown-menu user-menu" role="menu">
 
        <div id="quick_login" role="form" aria-describedby="quick_login_h" aria-hidden="true" class="container-fluid">
 
          %if request.authuser.username == 'default' or request.authuser.user_id is None:
 
            ${h.form(h.url('login_home', came_from=request.path_qs), class_='form clearfix')}
0 comments (0 inline, 0 general)