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:
commit
5661bb4daf
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue