Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kalkulač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
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
Kalkulačka
Commits
bbfb7840
Verified
Commit
bbfb7840
authored
10 months ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Uklid cest
parent
4dcf7049
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#18308
passed
10 months ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/Header.vue
+3
-3
3 additions, 3 deletions
components/Header.vue
components/Menu.vue
+2
-2
2 additions, 2 deletions
components/Menu.vue
components/ResultsTable.vue
+4
-4
4 additions, 4 deletions
components/ResultsTable.vue
with
9 additions
and
9 deletions
components/Header.vue
+
3
−
3
View file @
bbfb7840
<
template
>
<nav
class=
"navbar navbar-dark bg-dark"
>
<div
class=
"container-fluid"
>
<a
class=
"navbar-brand"
href=
"/
pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/
"
>
🏴☠️ Piráti - Volební kalkulačka k
primárkám do voleb
EP 2024
</a>
<a
class=
"navbar-brand"
href=
"/"
>
🏴☠️ Piráti - Volební kalkulačka k
volbam do
EP 2024
</a>
<Menu
/>
</div>
</nav>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
components/Menu.vue
+
2
−
2
View file @
bbfb7840
...
...
@@ -12,7 +12,7 @@
<div
class=
"offcanvas-body"
>
<ul
class=
"navbar-nav justify-content-end flex-grow-1 pe-3"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link active"
aria-current=
"page"
href=
"https://kalkulacka.
one/
pirati
-d9450fcc-e848-4adc-99f8-c4105c142df4
/"
>
🏴☠️ Piráti: Primárky 2024
</a>
<a
class=
"nav-link active"
aria-current=
"page"
href=
"https://kalkulacka.pirati
.cz
/"
>
🏴☠️ Piráti: Primárky 2024
</a>
</li>
<!--
<li
class=
"nav-item"
>
<NuxtLink
class=
"nav-link active"
aria-current=
"page"
to=
"/"
>
🚀 Volební kalkulačka "2050"
</NuxtLink>
...
...
@@ -37,4 +37,4 @@
width
:
275px
;
background-color
:
#222
;
}
</
style
>
\ No newline at end of file
</
style
>
This diff is collapsed.
Click to expand it.
components/ResultsTable.vue
+
4
−
4
View file @
bbfb7840
...
...
@@ -33,11 +33,11 @@ export default {
methods
:
{
comparison
:
function
(
id
)
{
// console.log("clicked", id)
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
'
comparison
'
,
params
:
{
candidateId
:
id
}
}
})
},
...
...
@@ -46,7 +46,7 @@ export default {
// return "https://www.psp.cz/eknih/cdrom/2013ps/eknih/2013ps/poslanci/i" + name + ".jpg"
// return "/cs/volby-2021-2050/logos/" + name + ".webp"
// return '~/assets/images/' + name +'.webp'
return
'
/
pirati-d9450fcc-e848-4adc-99f8-c4105c142df4/
images/
'
+
name
+
'
.webp
'
return
'
/images/
'
+
name
+
'
.webp
'
// CDN
// return "https://michalskop-gitlab-io.azureedge.net/sinventura-2017-2021.volebnikalkulacka.cz/photos/" + name + ".webp"
}
...
...
@@ -62,4 +62,4 @@ export default {
.list-group
{
cursor
:
pointer
;
}
</
style
>
\ No newline at end of file
</
style
>
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