Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Albin Geraud Kouatcho Nkuigwa
PSE_Projekt
Commits
e9affafd
Commit
e9affafd
authored
Jun 20, 2018
by
Janik Münzenberger
Browse files
Changed images to jpg
parent
b651c553
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/app/pages/disease/disease.component.html
View file @
e9affafd
...
...
@@ -2,7 +2,7 @@
<h1>
{{disease?.name}}
</h1>
<div
class=
"row align-items-start mt-5"
>
<img
[src]=
"disease?.example_url || './assets/img/' + disease?.crop_id.name +'.
webp
'"
[src]=
"disease?.example_url || './assets/img/' + disease?.crop_id.name +'.
jpg
'"
class=
"img-fluid col-md-6"
alt=
"Responsive image"
>
<div
class=
"col-md-6 my-5 my-md-0"
>
...
...
src/app/pages/plantdetails/plantdetails.component.html
View file @
e9affafd
...
...
@@ -5,7 +5,7 @@
<button
type=
"button"
class=
"btn btn-success ml-auto"
(click)=
"onShowAnalyse()"
>
Analyse
</button>
</nav>
<div
class=
"row two mt-md-2"
>
<img
[src]=
"plant?.image_url || './assets/img/' + plant?.name +'.
webp
'"
<img
[src]=
"plant?.image_url || './assets/img/' + plant?.name +'.
jpg
'"
class=
"img-fluid col-md-6"
alt=
"Responsive image"
>
<div
class=
"col-md-6"
>
<h3
class=
"mt-5 mt-md-0"
>
{{"PLANT.INFORMATION" | translate}}
</h3>
...
...
src/app/pages/plants/plants.component.html
View file @
e9affafd
...
...
@@ -21,7 +21,7 @@
<ul
class=
"list-group"
>
<li
style=
"cursor:pointer;"
class=
"list-group-item list-group-item-action d-flex flex-row align-items-center"
*ngFor=
"let plant of plants | sort | filter: filterValue"
[routerLink]=
"['/details', plant?._id]"
>
<img
[src]=
"plant.image_url || './assets/img/' + plant.name +'-icon.
webp
'"
<img
[src]=
"plant.image_url || './assets/img/' + plant.name +'-icon.
jpg
'"
class=
"img-fluid mr-5 profile-img"
[alt]=
"plant.name"
>
<h4>
{{plant.name}}
</h4>
</li>
...
...
Write
Preview
Supports
Markdown
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