Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
anis-client
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
Container Registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
anis
anis-client
Merge requests
!113
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
master
Overview
0
Commits
61
Pipelines
1
Changes
123
Merged
François Agneray
requested to merge
develop
into
master
4 years ago
Overview
0
Commits
61
Pipelines
1
Changes
123
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c2446847
61 commits,
4 years ago
123 files
+
3404
−
48734
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
123
Search (e.g. *.vue) (Ctrl+P)
src/app/core/components/nav.component.html
+
11
−
1
Options
<nav
class=
"navbar navbar-light bg-light navbar-expand-md fixed-top border-bottom"
>
<!-- Logo -->
<a
href=
"
/
"
class=
"navbar-brand"
>
<a
href=
"
{{ baseHref }}
"
class=
"navbar-brand"
>
<img
src=
"assets/cesam_anis80.png"
alt=
"CeSAM logo"
/>
</a>
@@ -17,6 +17,11 @@
<span
class=
"fas fa-search"
></span>
Search
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
routerLink=
"/documentation"
routerLinkActive=
"active"
>
<span
class=
"fas fa-question"
></span>
Documentation
</a>
</li>
</ul>
<button
*ngIf=
"!isAuthenticated"
class=
"btn btn-outline-success my-2 my-sm-0"
id=
"button-sign-in"
@@ -74,6 +79,11 @@
<span
class=
"fas fa-search fa-fw"
></span>
Search
</a>
</li>
<li
role=
"menuitem"
>
<a
class=
"dropdown-item"
routerLink=
"/documentation"
>
<span
class=
"fas fa-question fa-fw"
></span>
Documentation
</a>
</li>
<li
*ngIf=
"isAuthenticated"
class=
"divider dropdown-divider"
></li>
<li
*ngIf=
"isAuthenticated"
role=
"menuitem"
>
<a
class=
"dropdown-item"
routerLink=
"/change-password"
>
Loading