Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
internewshid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aptivate
client-projects
internewshid
Commits
30b2a7fa
Commit
30b2a7fa
authored
9 years ago
by
Alice Heaton
Browse files
Options
Downloads
Patches
Plain Diff
Change more 'i' tags to 'span' tags as this is more semantic
parent
35e8dd8a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
django/website/templates/base_side.html
+6
-6
6 additions, 6 deletions
django/website/templates/base_side.html
with
6 additions
and
6 deletions
django/website/templates/base_side.html
+
6
−
6
View file @
30b2a7fa
...
...
@@ -8,9 +8,9 @@
</div>
<nav
class=
"sidebar-nav navbar-collapse"
>
<ul
class=
"nav"
id=
"side-menu"
>
<li><a
class=
"active"
href=
"{% url "
dashboard
"
%}"
><
i
class=
"fa fa-dashboard fa-fw"
></
i
>
Dashboard
</a></li>
<li><a
href=
"{% url "
sources
"
%}"
><
i
class=
"fa fa-download fa-fw"
></
i
>
Sources
</a></li>
<li><a
href=
"{% url "
data-view
"
%}"
><
i
class=
"fa fa-pencil fa-fw"
></
i
>
View
&
Edit
</a></li>
<li><a
class=
"active"
href=
"{% url "
dashboard
"
%}"
><
span
class=
"fa fa-dashboard fa-fw"
></
span
>
Dashboard
</a></li>
<li><a
href=
"{% url "
sources
"
%}"
><
span
class=
"fa fa-download fa-fw"
></
span
>
Sources
</a></li>
<li><a
href=
"{% url "
data-view
"
%}"
><
span
class=
"fa fa-pencil fa-fw"
></
span
>
View
&
Edit
</a></li>
</ul>
</nav>
<div
class=
"site-info"
>
...
...
@@ -32,11 +32,11 @@
<ul
class=
"nav navbar-top-links navbar-right"
>
<li
class=
"dropdown"
>
<a
class=
"dropdown-toggle"
data-toggle=
"dropdown"
href=
"#"
>
<
i
class=
"fa fa-user fa-fw"
></
i
>
{{ request.user }}
<
i
class=
"fa fa-caret-down"
>
</
i
>
<
span
class=
"fa fa-user fa-fw"
></
span
>
{{ request.user }}
<
span
class=
"fa fa-caret-down"
>
</
span
>
</a>
<ul
class=
"dropdown-menu dropdown-user"
>
<li><a
href=
"#"
><
i
class=
"fa fa-gear fa-fw"
></
i
>
Settings
</a></li>
<li><a
href=
"{% url "
logout
"
%}?
next=
{%
url
'
login
'
%}"
class=
""
><
i
class=
"fa fa-sign-out fa-fw"
></
i
>
{% trans "Log out" %}
</a></li>
<li><a
href=
"#"
><
span
class=
"fa fa-gear fa-fw"
></
span
>
Settings
</a></li>
<li><a
href=
"{% url "
logout
"
%}?
next=
{%
url
'
login
'
%}"
class=
""
><
span
class=
"fa fa-sign-out fa-fw"
></
span
>
{% trans "Log out" %}
</a></li>
</ul>
<!-- /.dropdown-user -->
</li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment