Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
90fefc8d
Commit
90fefc8d
authored
4 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #00000 TIME 0 fix notes contact
parent
ee350980
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/frontend/app/contact/autocomplete/contact-autocomplete.component.html
+5
-0
5 additions, 0 deletions
.../contact/autocomplete/contact-autocomplete.component.html
with
5 additions
and
0 deletions
src/frontend/app/contact/autocomplete/contact-autocomplete.component.html
+
5
−
0
View file @
90fefc8d
...
...
@@ -74,6 +74,11 @@
<p
mat-line
class=
"contact-content"
*ngIf=
"!empty(option.addressCountry)"
[title]=
"option.addressCountry"
>
{{option.addressCountry}}
</p>
</mat-list-item>
<mat-list-item
class=
"contact-item"
*ngIf=
"!empty(option.notes)"
>
<mat-icon
mat-list-icon
class=
"contact-group far fa-sticky-note"
[title]=
"'lang.note' | translate"
>
</mat-icon>
<p
mat-line
class=
"contact-content"
[title]=
"option.notes"
>
{{option.notes}}
</p>
</mat-list-item>
<ng-container
*ngFor=
"let customField of option.customFields"
>
<mat-list-item
class=
"contact-item"
*ngIf=
"customField.value !== null"
>
<mat-icon
mat-list-icon
class=
"contact-group fas fa-hashtag"
...
...
This diff is collapsed.
Click to expand it.
Alex ORLUC
@Alex
mentioned in commit
1ef2aee6
·
4 years ago
mentioned in commit
1ef2aee6
mentioned in commit 1ef2aee6b83ff1d2f7a000ae0818d4a593803328
Toggle commit list
Preview
0%
Loading
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