-
Notifications
You must be signed in to change notification settings - Fork 14
Display vote creator and authz clear #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -78,14 +78,14 @@ | |||||
| </div> | ||||||
| </div> | ||||||
| <div class="card-footer text-muted small d-flex justify-content-between align-items-center"> | ||||||
| <span> | ||||||
| [open_elections.owner_name] | ||||||
| [if-any open_elections.authz] | ||||||
| <span>[open_elections.authz] can vote</span> | ||||||
| [end] | ||||||
| <span class="text-muted" style="font-size: 0.8em;"> | ||||||
| Created By [open_elections.owner_name] | ||||||
| <span class="text-muted" style="font-size: 0.8em;">([open_elections.owner_pid])</span> | ||||||
| [if-any open_elections.authz] | ||||||
| · [open_elections.authz] | ||||||
| [end] | ||||||
| · eid: [open_elections.eid] | ||||||
| </span> | ||||||
|
Comment on lines
+81
to
88
|
||||||
| <span class="text-muted" style="font-size: 0.8em;">eid: [open_elections.eid]</span> | ||||||
| </div> | ||||||
| </div> | ||||||
| </div> | ||||||
|
|
@@ -130,14 +130,14 @@ | |||||
| </p> | ||||||
| </div> | ||||||
| <div class="card-footer text-muted small d-flex justify-content-between align-items-center"> | ||||||
| <span> | ||||||
| [upcoming_elections.owner_name] | ||||||
| [if-any upcoming_elections.authz] | ||||||
| <span>[upcoming_elections.authz] can vote</span> | ||||||
| [end] | ||||||
| <span class="text-muted" style="font-size: 0.8em;"> | ||||||
| Created By [upcoming_elections.owner_name] | ||||||
| <span class="text-muted" style="font-size: 0.8em;">([upcoming_elections.owner_pid])</span> | ||||||
| [if-any upcoming_elections.authz] | ||||||
| · [upcoming_elections.authz] | ||||||
| [end] | ||||||
| · eid: [upcoming_elections.eid] | ||||||
| </span> | ||||||
| <span class="text-muted" style="font-size: 0.8em;">eid: [upcoming_elections.eid]</span> | ||||||
| </div> | ||||||
| </div> | ||||||
| </div> | ||||||
|
|
@@ -170,14 +170,14 @@ | |||||
| </p> | ||||||
| </div> | ||||||
| <div class="card-footer text-muted small d-flex justify-content-between align-items-center"> | ||||||
| <span> | ||||||
| [past_elections.owner_name] | ||||||
| [if-any past_elections.authz] | ||||||
| <span>[past_elections.authz] can vote</span> | ||||||
|
||||||
| <span>[past_elections.authz] can vote</span> | |
| <span>[past_elections.authz] could vote</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The text "Created By" uses title-case mid-sentence; "By" should be lowercase: "Created by". The same issue exists in the upcoming_elections section (line 137) and past_elections section (line 177).