Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
ValUnifer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPIPAN
ValUnifer
Commits
cad7a81a
Commit
cad7a81a
authored
1 year ago
by
dcz
Browse files
Options
Downloads
Patches
Plain Diff
Enforce min width of the main page.
parent
a23a1dfa
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/templates/base.html
+5
-5
5 additions, 5 deletions
common/templates/base.html
with
5 additions
and
5 deletions
common/templates/base.html
+
5
−
5
View file @
cad7a81a
...
...
@@ -38,13 +38,13 @@
{% vite_asset 'src/main.js' %}
</head>
<body>
<body
style=
"min-width: 1400px"
>
{% block modals %}{% endblock %}
<div
class=
"container-fluid h-100 d-flex flex-column p-0"
>
<!--z-index 2 above sticky-top-->
<nav
id=
"page-nav"
class=
"navbar navbar-expand-
custom
sticky-top navbar-dark bg-dark font-weight-bold p-2"
style=
"z-index: 1022;"
>
<nav
id=
"page-nav"
class=
"navbar navbar-expand-
lg
sticky-top navbar-dark bg-dark font-weight-bold p-2"
style=
"z-index: 1022;"
>
<a
class=
"navbar-brand"
href=
"{% url 'dash' %}"
>
Val Unifier
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarNav"
aria-controls=
"navbarNav"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
...
...
@@ -87,7 +87,7 @@
<span
id=
"import-status"
class=
"navbar-text text-warning mr-3"
></span>
{% if request.user.is_authenticated %}
<div
class=
"dropdown mr-3"
>
<a
href=
"#"
class=
"btn btn-sm btn-outline-light dropdown-toggle"
data-toggle=
"dropdown"
>
{{
request.user.get_full_name|default:
request.user.username }}
</a>
<a
href=
"#"
class=
"btn btn-sm btn-outline-light dropdown-toggle"
data-toggle=
"dropdown"
>
{{ request.user.username }}
</a>
<div
class=
"dropdown-menu dropdown-menu-right"
>
<a
href=
"{% url 'users:user_profile' %}"
class=
"dropdown-item font-weight-bold text-dark text-uppercase"
>
{% trans "Twój profil" %}
...
...
@@ -100,13 +100,13 @@
{% else %}
<a
id=
"login-btn"
class=
"btn btn-sm btn-outline-light mr-3"
href=
"{% url 'users:login' %}"
>
{% trans "Zaloguj się" %}
</a>
{% endif %}
<a
<!--
<a
id="lang-btn"
class="btn btn-sm btn-outline-light"
href="{% if LANGUAGE_CODE == "pl" %}/en{% else %}/pl{% endif %}{{ request.path|slice:"3:" }}"
>
<b>{% trans "EN" %}</b>
</a>
</a>
-->
</nav>
{% if is_vue_app %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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