File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
runtimes/eoapi/stac/eoapi/stac/templates Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,10 @@ <h2 class="mt-5">Assets</h2>
49
49
< ul class ="list-unstyled ">
50
50
{% for key, asset in response.assets.items() %}
51
51
< li class ="mb-4 ">
52
- < p class ="small text-monospace text-muted mb-0 "> {{ key }}</ p >
53
- {% if asset.title %}< p class ="mb-0 "> < b > {{ asset.title }}</ b > </ p > {% endif %}
52
+ < p class ="mb-0 font-weight-bold ">
53
+ < span class ="text-muted text-monospace "> {{ key }}</ span >
54
+ {% if asset.title and not key == asset.title %} • {{ asset.title }}{% endif %}
55
+ </ p >
54
56
{% if asset.type %}< p class ="mb-0 "> {{ asset.type }}</ p > {% endif %}
55
57
{% if asset.description %}< p class ="mb-0 "> {{ asset.description }}</ p > {% endif %}
56
58
< ul class ="list-inline ">
You can’t perform that action at this time.
0 commit comments