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
Merge requests
!389
An error occurred while fetching the assigned milestone of the selected merge_request.
Change 'blog' to 'help' and adjust icon in footer
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Change 'blog' to 'help' and adjust icon in footer
402-change-blog-to-help-with-a-corresponding-icon
into
master
Overview
0
Commits
1
Pipelines
1
Changes
3
Merged
Lukas Mauß
requested to merge
402-change-blog-to-help-with-a-corresponding-icon
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
Closes
#402 (closed)
Edited
5 years ago
by
Tom Käsler
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
abe504be
1 commit,
5 years ago
3 files
+
4
−
4
Expand all files
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/app/components/shared/footer/footer.component.html
+
2
−
2
Options
<footer>
<footer>
<mat-toolbar
id=
"footer-toolbar"
>
<mat-toolbar
id=
"footer-toolbar"
>
<button
mat-button
(click)=
"navToBlog()"
*ngIf=
"router.url !== '/home'"
>
<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'"
>
<span
*ngIf=
"deviceType === 'desktop'"
>
{{ 'footer.
blog
' | translate }}
{{ 'footer.
help
' | translate }}
</span>
</span>
</button>
</button>
<button
mat-button
(click)=
"showDemo()"
*ngIf=
"router.url === '/home'"
>
<button
mat-button
(click)=
"showDemo()"
*ngIf=
"router.url === '/home'"
>