Browse Source

Show collection in dataset overview

Matthias Vogelgesang 7 years ago
parent
commit
f1046382d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nova/templates/dataset/detail.html

+ 1 - 1
nova/templates/dataset/detail.html

@@ -43,7 +43,7 @@
 {% else %}
       Information
 {% endif %}
- {{ dataset.name }}
+– <a href="{{ url_for("show_collection", name=current_user.name, collection_name=collection.name) }}">{{ collection.name }}</a> / {{ dataset.name }}
       </h2>
     </div>
   </div>