Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b8d5a382
authored
Jul 23, 2013
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
network: ui fixes
parent
828c7215
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
network/templates/network/base.html
+5
-0
network/templates/network/menu-item.html
+2
-1
No files found.
network/templates/network/base.html
View file @
b8d5a382
...
...
@@ -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"
>
...
...
network/templates/network/menu-item.html
View file @
b8d5a382
{% 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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment