Merge branch '490-cmb-add-labels-to-jo-pictures-and-should-be-able-to-click-on-pictures' into '488-cmb-live'

Fix labels for Odometer Reading and Proof of Payment. #490

See merge request jankstudio/resq!578
This commit is contained in:
Kendrick Chan 2020-09-16 06:15:06 +00:00
commit 5661bb4daf

View file

@ -566,7 +566,7 @@
<img id="image-3-source" src="{{ asset('/uploads/jo_extra/' ~ picture) }}" style="width: 150px; height: 150px;" />
</a>
<br>
<label>Proof of Payment</label>
<label>Odometer Reading</label>
</div>
{% endif %}
{% if key == 'image_4' %}
@ -575,7 +575,7 @@
<img id="image-4-source" src="{{ asset('/uploads/jo_extra/' ~ picture) }}" style="width: 150px; height: 150px;" />
</a>
<br>
<label>Odometer</label>
<label>Proof of Payment</label>
</div>
{% endif %}