Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
abe504be
Commit
abe504be
authored
5 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Change 'blog' to 'help' and adjsut icon in footer
parent
b7d2b637
1 merge request
!389
Change 'blog' to 'help' and adjust icon in footer
Pipeline
#30250
passed with stages
in 9 minutes and 43 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/components/shared/footer/footer.component.html
+2
-2
2 additions, 2 deletions
src/app/components/shared/footer/footer.component.html
src/assets/i18n/home/de.json
+1
-1
1 addition, 1 deletion
src/assets/i18n/home/de.json
src/assets/i18n/home/en.json
+1
-1
1 addition, 1 deletion
src/assets/i18n/home/en.json
with
4 additions
and
4 deletions
src/app/components/shared/footer/footer.component.html
+
2
−
2
View file @
abe504be
<footer>
<mat-toolbar
id=
"footer-toolbar"
>
<button
mat-button
(click)=
"navToBlog()"
*ngIf=
"router.url !== '/home'"
>
<mat-icon>
ondemand_video
</mat-icon>
<mat-icon>
help_outline
</mat-icon>
<span
*ngIf=
"deviceType === 'desktop'"
>
{{ 'footer.
blog
' | translate }}
{{ 'footer.
help
' | translate }}
</span>
</button>
<button
mat-button
(click)=
"showDemo()"
*ngIf=
"router.url === '/home'"
>
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/home/de.json
+
1
−
1
View file @
abe504be
...
...
@@ -94,7 +94,7 @@
"imprint"
:
"Impressum"
,
"will-open"
:
" wird in einem neuen Fenster geöffnet..."
,
"open"
:
"Öffnen"
,
"
blog"
:
"Blog
"
,
"
help"
:
"Hilfe
"
,
"dark"
:
"Dunkler Hintergrund"
,
"bright"
:
"Heller Hintergrund"
,
"beamer"
:
"Für den Beamer optimiert (in Arbeit)"
,
...
...
This diff is collapsed.
Click to expand it.
src/assets/i18n/home/en.json
+
1
−
1
View file @
abe504be
...
...
@@ -94,7 +94,7 @@
"imprint"
:
"Imprint"
,
"will-open"
:
" will be opened in a new tab..."
,
"open"
:
"Open"
,
"
blog"
:
"Blog
"
,
"
help"
:
"Help
"
,
"dark"
:
"Dark background"
,
"bright"
:
"Bright background"
,
"beamer"
:
"Optimized for the projector (work in progress)"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment