Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
#1 add additional translations
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Apr 2, 2019
1 parent f5161ee commit 9c68366
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/app/event-display/event-display.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ <h2 translate="ticket.event-info"></h2>
<hr>

<div [innerHtml]="event.description[translate.currentLang]"></div>


<h2 translate="show-event.tickets"></h2>

</div>

<div *ngIf="tmpEvent">
Expand All @@ -51,8 +55,8 @@ <h2 translate="ticket.event-info"></h2>
<!--{{reservationForm.value|json}}-->
<hr>
<div class="row d-flex justify-content-between">
<div class="col-md-4 order-1 col-12"><button type="submit" class="block-button btn btn-success">Next</button></div>
<div class="col-md-4 order-0 col-12 "><a [href]="event.websiteUrl" class="block-button btn btn-outline-dark">Return to event site</a></div>
<div class="col-md-4 order-1 col-12"><button type="submit" class="block-button btn btn-success" translate="show-event.continue"></button></div>
<div class="col-md-4 order-0 col-12 "><a [href]="event.websiteUrl" class="block-button btn btn-outline-dark" translate="to-event-site"></a></div>
</div>
</form>
</div>

0 comments on commit 9c68366

Please sign in to comment.