I hate web dev
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<footer class="page-footer" role="group" aria-label="{{ctx.Locale.Tr "aria.footer"}}">
|
||||
<div class="left-links" role="contentinfo" aria-label="{{ctx.Locale.Tr "aria.footer.software"}}">
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://proglang.informatik.uni-freiburg.de">{{ctx.Locale.Tr "powered_by" "Laurel"}}</a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://proglang.informatik.uni-freiburg.de">Department of Programming Languages</a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://proglang.informatik.uni-freiburg.de/imprint.html">Imprint</a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://proglang.informatik.uni-freiburg.de"> {{ctx.Locale.Tr "powered_by" "Laurel"}} </a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://proglang.informatik.uni-freiburg.de"> Department of Programming Languages </a>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://proglang.informatik.uni-freiburg.de/imprint.html"> Imprint </a>
|
||||
{{if (or .ShowFooterVersion .PageIsAdmin)}}
|
||||
{{ctx.Locale.Tr "version"}}:
|
||||
{{if .IsAdmin}}
|
||||
|
@ -73,7 +73,7 @@
|
||||
{{else}}
|
||||
<a class="item{{if .PageIsSignIn}} active{{end}}" rel="nofollow"
|
||||
href="http://courses.localhost/auth/login?redirect={{AppUrl}}user/oauth2/uni">
|
||||
{{svg "octicon-sign-in"}}Sign In{{.i18n.Tr "sign_in"}}
|
||||
{{svg "octicon-sign-in"}} Sign In {{.i18n.Tr "sign_in"}}
|
||||
</a>
|
||||
{{end}}
|
||||
</div><!-- end full right menu -->
|
||||
|
Reference in New Issue
Block a user