mirror of
				https://git.wownero.com/wownero/YellWOWPages.git
				synced 2024-08-15 01:03:25 +00:00 
			
		
		
		
	Some improvements to the navbar
This commit is contained in:
		
							parent
							
								
									fe588a77da
								
							
						
					
					
						commit
						5763e38f0a
					
				
					 2 changed files with 16 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -3,18 +3,20 @@
 | 
			
		|||
    <li>
 | 
			
		||||
      <div id="dropdown">
 | 
			
		||||
        <i class="icon icon-menu"></i>
 | 
			
		||||
 | 
			
		||||
        <div id="dropdowncontent">
 | 
			
		||||
          <p>
 | 
			
		||||
            {% if not user %}
 | 
			
		||||
            <a href="{{ url_for('bp_routes.login') }}">Login</a>
 | 
			
		||||
            {% else %}
 | 
			
		||||
            <a href="{{ url_for('bp_routes.logout') }}">Logout</a>
 | 
			
		||||
            <a href="{{ url_for('bp_routes.dashboard') }}">My Profile</a>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
            <a href="{{ url_for('bp_routes.search') }}">Yell<span>WOW</span>Page search</a>
 | 
			
		||||
            <a href="{{ url_for('bp_routes.about') }}">About</a>
 | 
			
		||||
            <a href="{{ url_for('bp_api.api_root') }}">Api</a>
 | 
			
		||||
          </p>
 | 
			
		||||
          <a href="{{ url_for('bp_routes.root') }}">Home</a>
 | 
			
		||||
          {% if not user %}
 | 
			
		||||
          <a href="{{ url_for('bp_routes.login') }}">Login</a>
 | 
			
		||||
          {% else %}
 | 
			
		||||
          <a href="{{ url_for('bp_routes.dashboard') }}">My Profile</a>
 | 
			
		||||
          {% endif %}
 | 
			
		||||
          <a href="{{ url_for('bp_routes.search') }}">Search</a>
 | 
			
		||||
          <a href="{{ url_for('bp_routes.about') }}">About</a>
 | 
			
		||||
          <a href="{{ url_for('bp_api.api_root') }}">Api</a>
 | 
			
		||||
          {% if user %}
 | 
			
		||||
          <a href="{{ url_for('bp_routes.logout') }}">Logout</a>
 | 
			
		||||
          {% endif %}
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
    </li>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue