Skip to content

Commit

Permalink
Fix version history-link (#2967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator authored Nov 2, 2023
1 parent ddbea00 commit 8ec736c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ <h1>{{ 'Legal notice' | translate }}</h1>
<ng-container *ngIf="versionInfo | async as version">
<mat-divider></mat-divider>
<div class="version-text">
OpenSlides Version: {{ version }}
OpenSlides Version:
<a
target="_blank"
class="italic"
href="https://support.openslides.com/help/de-de/11-basisfunktionen-openslides/80-versionshistorie"
href="https://support.openslides.com/help/de-de/45-uber-openslides/80-versionshistorie"
>
({{ 'What is new?' | translate }})
{{ version }}
</a>
</div>
<a target="_blank" href="https://support.openslides.com/help/">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div>
<a
target="_blank"
href="https://support.openslides.com/help/de-de/11-basisfunktionen-openslides/80-versionshistorie"
href="https://support.openslides.com/help/de-de/45-uber-openslides/80-versionshistorie"
>
{{ 'What is new?' | translate }}
</a>
Expand Down

0 comments on commit 8ec736c

Please sign in to comment.