Skip to content

Commit

Permalink
fixed title/tooltip for party logos in auswertung [see wahlbilanz#73]
Browse files Browse the repository at this point in the history
now also contains info about absents.. maybe helps w/ question of last commit 74b2284?
  • Loading branch information
binfalse committed May 8, 2019
1 parent 74b2284 commit d8fe250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/2019-eu/eu19.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ <h4>Welche Partei hat am ähnlichsten wie du abgestimmt?</h4>
<ng-container *ngFor="let party of partypriority">
<tr [ngClass]="{'opaqueresult': questionResults[q][party].relevant < 1}">
<td class="partyDetailsImage">
<img src="/assets/partei-logos/{{getPartyLogo (party)}}" alt="{{getProperPartyName (party)}}" title="Ergebnis {{getProperPartyName (party)}}: {{questionResults[q][party].dafuer}} Ja-Stimmen, {{questionResults[q][party].dagegen}} Nein-Stimmen, {{questionResults[q][party].enthalten}} Enthaltungen">
<img src="/assets/partei-logos/{{getPartyLogo (party)}}" alt="{{getProperPartyName (party)}}" title="Ergebnis {{getProperPartyName (party)}}: {{questionResults[q][party].dafuer}} Ja-Stimmen, {{questionResults[q][party].dagegen}} Nein-Stimmen, {{questionResults[q][party].enthalten}} Enthaltungen, {{questionResults[q][party].abwesend}} Abwesend">
</td>
<td class="partyDetailsBar">
<div *ngIf="questionResults[q][party].relevant > 0">
Expand Down Expand Up @@ -371,7 +371,7 @@ <h4>Welche Partei hat am ähnlichsten wie du abgestimmt?</h4>
<ng-container *ngFor="let party of partypriority">
<tr [ngClass]="{'opaqueresult': questionResults[q][party].relevant < 1}">
<td class="partyDetailsImage">
<img src="/assets/partei-logos/{{getPartyLogo (party)}}" alt="{{getProperPartyName (party)}}" title="Ergebnis {{getProperPartyName (party)}}: {{questionResults[q][party].dafuer}} Ja-Stimmen, {{questionResults[q][party].dagegen}} Nein-Stimmen, {{questionResults[q][party].enthalten}} Enthaltungen">
<img src="/assets/partei-logos/{{getPartyLogo (party)}}" alt="{{getProperPartyName (party)}}" title="Ergebnis {{getProperPartyName (party)}}: {{questionResults[q][party].dafuer}} Ja-Stimmen, {{questionResults[q][party].dagegen}} Nein-Stimmen, {{questionResults[q][party].enthalten}} Enthaltungen, {{questionResults[q][party].abwesend}} Abwesend">
</td>
<td class="partyDetailsBar">
<div class="stackedbar" *ngIf="questionResults[q][party].relevant > 0">
Expand Down

0 comments on commit d8fe250

Please sign in to comment.