Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Hiboo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACIDES
Hiboo
Commits
8ac5ccc8
Verified
Commit
8ac5ccc8
authored
2 years ago
by
ornanovitch
Browse files
Options
Downloads
Patches
Plain Diff
fix: addresses #84
parent
5d02ab11
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!54
Various layout fixes and enhancement
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hiboo/templates/base.html
+0
-6
0 additions, 6 deletions
hiboo/templates/base.html
hiboo/templates/sidebar.html
+7
-5
7 additions, 5 deletions
hiboo/templates/sidebar.html
with
7 additions
and
11 deletions
hiboo/templates/base.html
+
0
−
6
View file @
8ac5ccc8
...
...
@@ -25,12 +25,6 @@
<li
class=
"nav-item user"
>
<div
class=
"nav-link"
><i
class=
"fas fa-user"
></i>
{{ current_user.username }}
</div>
</li>
<li
class=
"nav-item user"
>
<a
href=
"{{ url_for("
account.signout
")
}}"
class=
"nav-link"
>
<i
class=
"fas fa-sign-out"
></i>
{% trans %}Sign out{% endtrans %}
</a>
</li>
{% else %}
<li
class=
"nav-item user"
>
<a
href=
"{{ url_for("
account.signin_password
")
}}"
class=
"nav-link"
>
...
...
This diff is collapsed.
Click to expand it.
hiboo/templates/sidebar.html
+
7
−
5
View file @
8ac5ccc8
...
...
@@ -25,11 +25,6 @@
<i
class=
"nav-icon fas fa-qrcode"
></i>
<p>
{% trans %}Two-factor authentication{% endtrans %}
</p>
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{{ url_for("
account.signout
")
}}"
>
<i
class=
"nav-icon fas fa-sign-out-alt"
></i>
<p>
{% trans %}Sign out{% endtrans %}
</p>
</a>
</li>
{% else %}
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"{{ utils.url_for("
account.signup
")
}}"
>
...
...
@@ -78,3 +73,10 @@
<i
class=
"nav-icon fas fa-book"
></i>
<p>
{% trans %}Admin guide{% endtrans %}
</p>
</a>
</li>
<li
class=
"nav-header"
></li>
<li
class=
"nav-item"
>
<a
class=
"nav-link border border-warning text-warning"
href=
"{{ url_for("
account.signout
")
}}"
>
<i
class=
"nav-icon fas fa-power-off"
></i>
<p
class=
"text-bold"
>
{% trans %}Sign out{% endtrans %}
</p>
</a>
</li>
This diff is collapsed.
Click to expand it.
Ghost User
@ghost
mentioned in merge request
!85 (closed)
·
10 months ago
mentioned in merge request
!85 (closed)
mentioned in merge request !85
Toggle commit list
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