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
 
@@ -366,6 +366,7 @@
 
          %else:
 
              <span>${_('Not Logged In')}</span>
 
          %endif
 
          <i class="navbar-caret"></i>
 
      </a>
 

	
 
      <div class="dropdown-menu user-menu" role="menu">
0 comments (0 inline, 0 general)