Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wahlfang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External 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
stustanet
wahlfang
Commits
65a94142
Commit
65a94142
authored
2 years ago
by
Tobias Jülg
Browse files
Options
Downloads
Patches
Plain Diff
Fixes issue
#38
parent
819b0d08
No related branches found
No related tags found
1 merge request
!44
Fixes issue #38
Pipeline
#1527
passed with warnings
2 years ago
Stage: test
Stage: package
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vote/templates/vote/index_election_item.html
+2
-1
2 additions, 1 deletion
vote/templates/vote/index_election_item.html
vote/templates/vote/spectator_election_item.html
+2
-1
2 additions, 1 deletion
vote/templates/vote/spectator_election_item.html
with
4 additions
and
2 deletions
vote/templates/vote/index_election_item.html
+
2
−
1
View file @
65a94142
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
<div
class=
"alert alert-info"
role=
"alert"
>
<div
class=
"alert alert-info"
role=
"alert"
>
<h4
class=
"alert-heading"
>
Voting Ended:
</h4>
<h4
class=
"alert-heading"
>
Voting Ended:
</h4>
<hr>
<hr>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
<thead
class=
"thead-dark"
>
<thead
class=
"thead-dark"
>
<tr>
<tr>
...
@@ -49,7 +50,7 @@
...
@@ -49,7 +50,7 @@
</tr>
</tr>
{% endfor %}
{% endfor %}
</tbody>
</tbody>
</table>
</table>
</div>
</div>
</div>
{% elif not electon.started and not election.is_open and not election.closed %}
{% elif not electon.started and not election.is_open and not election.closed %}
<a
class=
"btn btn-outline-dark disabled"
role=
"button"
href=
"#"
>
<a
class=
"btn btn-outline-dark disabled"
role=
"button"
href=
"#"
>
...
...
This diff is collapsed.
Click to expand it.
vote/templates/vote/spectator_election_item.html
+
2
−
1
View file @
65a94142
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
<div
class=
"alert alert-info"
role=
"alert"
>
<div
class=
"alert alert-info"
role=
"alert"
>
<h4
class=
"alert-heading"
>
Election result:
</h4>
<h4
class=
"alert-heading"
>
Election result:
</h4>
<hr>
<hr>
<div
class=
"table-responsive"
>
<table
class=
"table table-striped"
>
<table
class=
"table table-striped"
>
<thead
class=
"thead-dark"
>
<thead
class=
"thead-dark"
>
<tr>
<tr>
...
@@ -35,7 +36,7 @@
...
@@ -35,7 +36,7 @@
</tr>
</tr>
{% endfor %}
{% endfor %}
</tbody>
</tbody>
</table>
</table>
</div>
</div>
</div>
{% elif not election.is_open and not election.closed %}
{% elif not election.is_open and not election.closed %}
<a
class=
"btn btn-outline-dark disabled"
role=
"button"
href=
"#"
>
<a
class=
"btn btn-outline-dark disabled"
role=
"button"
href=
"#"
>
...
...
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