Skip to content

Commit

Permalink
Merge pull request #185 from GSA/bug/remove_html_metadata
Browse files Browse the repository at this point in the history
Remove HTML metadata link
  • Loading branch information
btylerburton authored Jan 31, 2024
2 parents 9b6f471 + 0b50d1d commit 78d14ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions ckanext/datagovtheme/templates/package/read.html
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,6 @@ <h3>{{ _('Metadata Source') }}</h3>
</strong>
<p class="description">
<a href="/harvest/object/{{ harvest_object_id }}">Download Metadata</a>
{% if ho_formats.object_format == 'ISO-19139' %}
{% if not dataset_is_datajson %}
&middot;
<a href="/harvest/object/{{ harvest_object_id }}/html">View Full Metadata</a>
{% endif %}
{% endif %}
</p>
</li>
{% if ho_formats.original_format %}
Expand All @@ -265,8 +259,6 @@ <h3>{{ _('Metadata Source') }}</h3>
</strong>
<p class="description">
<a href="/harvest/object/{{ harvest_object_id }}/original">Download Original Metadata</a>
&middot;
<a href="/harvest/object/{{ harvest_object_id }}/html/original">View Original Full Metadata</a>
</p>
</li>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="ckanext-datagovtheme",
version="0.2.12",
version="0.2.13",
description="CKAN Extension to manage data.gov theme",
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 78d14ab

Please sign in to comment.