Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
21755f8f
Commit
21755f8f
authored
Feb 18, 2021
by
Robert Czechowski
Browse files
Template jwinf: Change footer links to be configurable via config.json
parent
33023596
Pipeline
#1071
passed with stages
in 18 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/jwinf/base.hbs
View file @
21755f8f
...
...
@@ -119,19 +119,21 @@
<nobr>
Medal v
{{
medal_version
}}
</nobr>
·
{{/if}}
<a
href=
"https://git.bwinf.de/bwinf/medal"
>
Quellcode
</a>
·
<a
href=
"https://bwinf.de/jugendwettbewerb/datenschutz/"
>
Datenschutz
</a>
·
<a
href=
"https://bwinf.de/impressum/"
>
Impressum
</a>
·
<nobr>
🖂
<a
href=
"mailto:jugendwettbewerb@bwinf.de"
>
jugendwettbewerb@bwinf.de
</a></nobr>
{{#if
teacher
}}
·
<nobr>
☏ 0228 9762 6999
</nobr>
·
<nobr><a
href=
"https://git.bwinf.de/bwinf/medal/-/issues/new?issuable_template=bugreport"
>
Bug melden
</a></nobr>
{{/if}}
<a
href=
"https://git.bwinf.de/bwinf/medal"
>
Quellcode
</a>
{{#if
config
.
footer_links
}}
{{#
each
config
.
footer_links
}}
·
{{{
this
}}}
{{/
each
}}
{{/if}}
{{#if
teacher
}}
{{#if
config
.
footer_links_teacher_only
}}
{{#
each
config
.
footer_links_teacher_only
}}
·
{{{
this
}}}
{{/
each
}}
{{/if}}
{{/if}}
</p>
<!-- <p>Diese Wettbewerbsplattform ist freie Software.</p> -->
<p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment