Commit b8d5a382 by Kálmán Viktor

network: ui fixes

parent 828c7215
......@@ -28,6 +28,11 @@
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="{% url network.index %}">CIRCLE Network</a>
<div class="nav-collapse collapse">
<ul class="nav">
......
{% load i18n %}
{% load l10n %}
<li><a href="{{ href }}">{% trans text %}</a></li>
<li{% if href in request.path %} class="active"{% endif %}><a href="{{ href }}">{% trans text %}</a></li>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment