Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MEES
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MEES
MEES
Merge requests
!45
V19e 703 add link to app
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
V19e 703 add link to app
v19e-703_add_link_to_app
into
development
Overview
0
Commits
5
Pipelines
2
Changes
4
Closed
Boddeus,T. (Thomas)
requested to merge
v19e-703_add_link_to_app
into
development
5 years ago
Overview
0
Commits
5
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
version 1
version 1
5623e438
5 years ago
development (base)
and
latest version
latest version
78b1468d
5 commits,
5 years ago
version 1
5623e438
4 commits,
5 years ago
Show latest version
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
FrontEnd/src/app/home/components/home/home.component.html
+
5
−
0
Options
@@ -43,7 +43,12 @@
</mat-nav-list>
<mat-divider></mat-divider>
<mat-nav-list>
<a
*ngIf=
"!mobile"
href=
"https://play.google.com/apps/testing/nl.uu.mees"
target=
"_blank"
mat-list-item
class=
"highlightable-color"
>
<mat-icon
matListIcon
>
play_for_work
</mat-icon>
<span
matLine
>
Download the app
</span>
</a>
<a
href=
"../../../../assets/docs/mees_help.pdf"
target=
"_blank"
mat-list-item
class=
"highlightable-color"
>
<mat-icon
matListIcon
>
help_circle
</mat-icon>
<span
matLine
>
Help
</span>
Loading