Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
FAIDARE
Commits
85eadb44
Commit
85eadb44
authored
Jul 06, 2021
by
Célia Michotey
Committed by
Célia Michotey
Aug 20, 2021
Browse files
Remove misplaced blanks
parent
79aa2276
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/app/site-card/site-card.component.html
View file @
85eadb44
...
...
@@ -52,7 +52,7 @@
<faidare-card-row
label=
"Coordinates precision"
[test]=
"location.additionalInfo && location.additionalInfo['
Coordinates precision']"
>
[test]=
"location.additionalInfo && location.additionalInfo['Coordinates precision']"
>
<ng-template>
{{ location.additionalInfo['Coordinates precision'] }}
</ng-template>
...
...
@@ -76,7 +76,7 @@
<faidare-card-row
label=
"Geographical location"
[test]=
"location.additionalInfo && location.additionalInfo['
Geographical location']"
>
[test]=
"location.additionalInfo && location.additionalInfo['Geographical location']"
>
<ng-template>
{{ location.additionalInfo['Geographical location'] }}
</ng-template>
...
...
@@ -84,7 +84,7 @@
<faidare-card-row
label=
"Country name"
[test]=
"location.countryName
&& !location.additionalInfo['Geographical location']
"
>
[test]=
"location.countryName"
>
<ng-template>
{{ location.countryName }}
</ng-template>
...
...
@@ -92,7 +92,7 @@
<faidare-card-row
label=
"Country code"
[test]=
"location.countryCode
&& location.additionalInfo && !location.additionalInfo['Geographical location']
"
>
[test]=
"location.countryCode"
>
<ng-template>
{{ location.countryCode }}
</ng-template>
...
...
@@ -113,7 +113,7 @@
<faidare-card-row
label=
"Exposure"
[test]=
"location.additionalInfo && location.additionalInfo['
Exposure']"
>
[test]=
"location.additionalInfo && location.additionalInfo['Exposure']"
>
<ng-template>
{{ location.additionalInfo['Exposure'] }}
</ng-template>
...
...
@@ -121,7 +121,7 @@
<faidare-card-row
label=
"Topography"
[test]=
"location.additionalInfo && location.additionalInfo['
Topography']"
>
[test]=
"location.additionalInfo && location.additionalInfo['Topography']"
>
<ng-template>
{{ location.additionalInfo['Topography'] }}
</ng-template>
...
...
@@ -129,7 +129,7 @@
<faidare-card-row
label=
"Environment type"
[test]=
"location.additionalInfo && location.additionalInfo['
Environment type']"
>
[test]=
"location.additionalInfo && location.additionalInfo['Environment type']"
>
<ng-template>
{{ location.additionalInfo['Environment type'] }}
</ng-template>
...
...
@@ -137,7 +137,7 @@
<faidare-card-row
label=
"Distance to city"
[test]=
"location.additionalInfo && location.additionalInfo['
Distance to city']"
>
[test]=
"location.additionalInfo && location.additionalInfo['Distance to city']"
>
<ng-template>
{{ location.additionalInfo['Distance to city'] }}
</ng-template>
...
...
@@ -145,7 +145,7 @@
<faidare-card-row
label=
"Direction from city"
[test]=
"location.additionalInfo && location.additionalInfo['
Direction from city']"
>
[test]=
"location.additionalInfo && location.additionalInfo['Direction from city']"
>
<ng-template>
{{ location.additionalInfo['Direction from city'] }}
</ng-template>
...
...
@@ -153,7 +153,7 @@
<faidare-card-row
label=
"Comment"
[test]=
"location.additionalInfo && location.additionalInfo['
Comment']"
>
[test]=
"location.additionalInfo && location.additionalInfo['Comment']"
>
<ng-template>
{{ location.additionalInfo['Comment'] }}
</ng-template>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment