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
!22
Correction ng-build pour la modal
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Correction ng-build pour la modal
hot-fix
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Tifenn Guillas
requested to merge
hot-fix
into
develop
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
81d25e25
1 commit,
5 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/app/search/components/modal.component.html
+
1
−
1
Options
@@ -3,7 +3,7 @@
<div
class=
"modal-dialog modal-fit"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-sizes-name1"
class=
"modal-title pull-left"
>
{{ data
.
title }}
</h4>
<h4
id=
"dialog-sizes-name1"
class=
"modal-title pull-left"
>
{{ data
['
title
']
}}
</h4>
<button
type=
"button"
class=
"close pull-right"
(click)=
"closeModal(lgModal)"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
</button>
Loading