Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sifrovacka
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
sifrovacka
Merge requests
!9
Add list of finished
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add list of finished
djz.88/sifrovacka:add_list_of_finished
into
main
Overview
0
Commits
2
Pipelines
4
Changes
5
Merged
zdenek.kubala
requested to merge
djz.88/sifrovacka:add_list_of_finished
into
main
2 years ago
Overview
0
Commits
2
Pipelines
4
Changes
5
Expand
Shows users whow finished sifrovacka and shows version of an app
0
0
Merge request reports
Viewing commit
41e998c5
Prev
Next
Show latest version
5 files
+
19
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
41e998c5
add app versioning
· 41e998c5
Zdenek Kubala
authored
2 years ago
sifrovacka/templates/base.html
+
2
−
1
Options
@@ -137,7 +137,8 @@
<img
src=
"https://styleguide.pir-test.eu/2.3.x/images/logo-full-white.svg"
alt=
"logo pirátské strany"
class=
"w-32 md:w-40 pb-6"
/>
</a>
<p
class=
"para hidden md:block md:mb-4 lg:mb-0 text-grey-200"
>
<span
class=
"copyleft inline-block"
>
©
</span>
{% now "Y" %} Piráti. Všechna práva vyhlazena. Sdílejte a nechte ostatní sdílet za stejných podmínek.
<span
class=
"copyleft inline-block"
>
©
</span>
{% now "Y" %} Piráti. Všechna práva vyhlazena. Sdílejte a nechte ostatní sdílet za stejných podmínek.
<span
class=
"text-grey-300"
><br>
Verze aplikace: {{APP_VERSION_NUMBER}}
</span>
</p>
</section>
<section
class=
"footer__social lg:text-right"
>
Loading