Skip to content

Commit

Permalink
[Fixes #125] Review of the Additional Info table for datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
abulojoshua1 committed Oct 6, 2020
1 parent 1a6fbd9 commit d55d039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h3>{{ _('Additional Info') }}</h3>
{% endif %} -->
{% if pkg_dict.metadata_modified %}
<tr>
<th scope="row" class="dataset-label">{{ _("Last Updated") }}</th>
<th scope="row" class="dataset-label">{{ _("Collection Update") }}</th>
<td class="dataset-details">
{% snippet 'snippets/local_friendly_datetime.html', datetime_obj=pkg_dict.metadata_modified %}
</td>
Expand Down

0 comments on commit d55d039

Please sign in to comment.