Skip to content

Commit

Permalink
use url instead of file name
Browse files Browse the repository at this point in the history
  • Loading branch information
odalys-dataport committed Oct 4, 2023
1 parent 83d2ab3 commit 59bc44d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions theme/thr/views/lib/extended_footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<h2 class="h4">{{$t "lib.extended_footer.headline.links"}}</h2>
<ul>
<li><a href="/imprint" aria-label="{{$t "global.link.imprint"}}">{{$t "global.link.imprint" }}</a></li>
<li><a href="{{theme.documents.specificFiles.termsOfUseSchool}}" target="_blank"
<li><a href="/termsofuse" target="_blank"
rel="noopener" aria-label="{{$t "login.headline.onlyTermsOfUse"}} Thüringer Schulcloud PDF {{$t "global.link.openInNewTabWarning"}}">{{$t "login.headline.onlyTermsOfUse"}} Thüringer Schulcloud</a>
</li>
<li><a href="{{theme.documents.specificFiles.privacy}}" target="_blank"
<li><a href="/privacypolicy" target="_blank"
rel="noopener" aria-label="{{$t "global.text.dataProtectionThr"}} Thüringer Schulcloud PDF {{$t "global.link.openInNewTabWarning"}}">{{$t "global.text.dataProtectionThr"}} Thüringer Schulcloud</a>
</li>
<li><a href="/about">Über die Thüringer Schulcloud</a></li>
Expand Down
4 changes: 2 additions & 2 deletions theme/thr/views/lib/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<span> - </span>
</li>
<li>
<a href="{{theme.documents.specificFiles.termsOfUseSchool}}" target="_blank" aria-label="{{$t "login.headline.onlyTermsOfUse"}} Thüringer Schulcloud PDF {{$t "global.openInNewTabWarning"}}" rel="noopener">{{$t "login.headline.onlyTermsOfUse"}}</a>
<a href="/termsofuse" target="_blank" aria-label="{{$t "login.headline.onlyTermsOfUse"}} Thüringer Schulcloud PDF {{$t "global.openInNewTabWarning"}}" rel="noopener">{{$t "login.headline.onlyTermsOfUse"}}</a>
<span> - </span>
</li>
<li>
<a href="{{theme.documents.specificFiles.privacy}}" target="_blank" aria-label="{{$t "global.text.dataProtectionThr"}} Thüringer Schulcloud PDF {{$t "global.openInNewTabWarning"}}" rel="noopener">{{$t "global.text.dataProtectionThr"}}</a>
<a href="/privacypolicy" target="_blank" aria-label="{{$t "global.text.dataProtectionThr"}} Thüringer Schulcloud PDF {{$t "global.openInNewTabWarning"}}" rel="noopener">{{$t "global.text.dataProtectionThr"}}</a>
<span> - </span>
</li>
<li>
Expand Down

0 comments on commit 59bc44d

Please sign in to comment.