Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
EG_DB_DIR=../../database
EG_DB_DIR=../../database
EG_DB_PASSWORD= #Password
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ export default {
template: /*html*/ `
<div v-if="tally" class="row">
<div class="col col-12 mb-3">

<a :href="getElectionUrl(tally.election_id)">{{tally.election_name}}</a>
&gt;
<a :href="getDecryptionUrl()">{{tally.decryption_name}}</a>
&gt;
Tally
</div>
<div class="col-md-12">
<button type="button" onclick="window.print()">Generate PDF</button>
<view-plaintext-ballot-component :ballot="tally.report"></view-plaintext-ballot-component>
</div>
</div>
Expand Down