Skip to content

Commit

Permalink
Modify structure of WDC result template
Browse files Browse the repository at this point in the history
Remove all links and consolidate the first two lines into one.

Modifications per client.

Refs #2163
  • Loading branch information
caseycesari committed Sep 6, 2017
1 parent 566788d commit 459223b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions src/mmw/js/src/data_catalog/templates/cuahsiSearchResult.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
<h3 class="resource-title">
<a href="{{service_url}}" target="_blank">{{ service_code }}</a> {{ id | split(":", 1) }}
{{ service_code }} {{ id | split(":", 1) }},
{{ title }}
</h3>
<div class="resource-detail">
<i class="fa fa-map-marker"></i>
{% if details_url %}
<a href="{{ details_url }}" target="_blank" rel="noreferrer noopener">{{ title }}</a>.
{% else %}
{{ title }}
{% endif %}
</div>
<div class="resource-detail">
<i class="fa fa-file-text-o"></i> {{ service_org }}<!-- , {{ service_code }} -->
<i class="fa fa-file-text-o"></i> {{ service_org }}
</div>
<div class="resource-detail -showall">
<i class="fa fa-subscript"></i>
Expand Down

0 comments on commit 459223b

Please sign in to comment.