Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Rybička
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
TO
Rybička
Commits
e77c712a
Commit
e77c712a
authored
2 years ago
by
Tomáš Valenta
Browse files
Options
Downloads
Patches
Plain Diff
update index
parent
51700865
No related branches found
No related tags found
3 merge requests
!5
Release
,
!4
Release
,
!3
Release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
shared/templates/shared/base.html
+2
-2
2 additions, 2 deletions
shared/templates/shared/base.html
shared/urls.py
+2
-1
2 additions, 1 deletion
shared/urls.py
with
4 additions
and
3 deletions
shared/templates/shared/base.html
+
2
−
2
View file @
e77c712a
...
...
@@ -51,11 +51,11 @@
<div>
<div
class=
"container container--default navbar__content navbar__content--initialized"
>
<div
class=
"navbar__brand flex items-center pr-8 my-4 lg:my-0"
>
<a
href=
"
/#TODO
"
>
<a
href=
"
{% url "
shared:index
"
%}
"
>
<img
src=
"https://styleguide.pirati.cz/2.3.x/images/logo-round-white.svg"
class=
"w-8"
>
</a>
<div
class=
"pl-4 font-bold text-xl border-r border-grey-300 pr-8"
>
<a
href=
"
/#TODO
"
>
Rybička
</a>
<a
href=
"
{% url "
shared:index
"
%}
"
>
Rybička
</a>
</div>
</div>
{% block header_name %}{% endblock %}
...
...
This diff is collapsed.
Click to expand it.
shared/urls.py
+
2
−
1
View file @
e77c712a
...
...
@@ -2,6 +2,7 @@ from django.urls import path
from
.
import
views
app_name
=
"
shared
"
urlpatterns
=
[
path
(
""
,
views
.
index
,
name
=
"
shared_
index
"
),
path
(
""
,
views
.
index
,
name
=
"
index
"
),
]
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