Skip to content

Commit

Permalink
Add upload date in additional info table
Browse files Browse the repository at this point in the history
  • Loading branch information
taleksovska committed Feb 9, 2024
1 parent ea07e18 commit 4c4c07d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
<td class="dataset-details">{{ _(pkg_dict.state) }}</td>
</tr> -->
{% endif %}
{%- block pkg_dict_created -%}
<tr>
<th scope="row">{{ _('Upload dataset') }}</th>
<td>{{ h.render_datetime(pkg_dict.metadata_created) or _('unknown') }}</td>
</tr>
{%- endblock -%}
{% if pkg_dict.extras %}
{% for extra in pkg_dict.extras %}
<tr>
Expand Down

0 comments on commit 4c4c07d

Please sign in to comment.