diff --git a/toolhub/templates/home.jinja b/toolhub/templates/home.jinja index 2c40f8d..2e1830e 100644 --- a/toolhub/templates/home.jinja +++ b/toolhub/templates/home.jinja @@ -24,7 +24,9 @@
owner: {{ object_link(tool.user, "profile-link") }}
++ owner: {{ object_link(tool.user, "profile-link") }} +
{{ return_button(tool) }} {% endcall %} {% else %} @@ -40,7 +42,11 @@owner: {{ object_link(tool.user, "profile-link") }}
+
+ owner: {{ object_link(tool.user, "profile-link") }}
+
+ added: {{ tool.created|date("SHORT_DATETIME_FORMAT") }}
+