diff --git a/atlas/templates/atlas/collection_case_priors.html b/atlas/templates/atlas/collection_case_priors.html
index 067f2103..597301b4 100644
--- a/atlas/templates/atlas/collection_case_priors.html
+++ b/atlas/templates/atlas/collection_case_priors.html
@@ -33,7 +33,7 @@
not-added
{% endif %}
' data-case={{case.id}}>
- {{case.title}} / {{added}} / {{relation}}
+ {{case.title}} / {{added}} / {{relation}} / View case
{{case.get_series_blocks|safe}}
diff --git a/atlas/templates/atlas/collection_detail.html b/atlas/templates/atlas/collection_detail.html
index 25f6041e..be4c840c 100644
--- a/atlas/templates/atlas/collection_detail.html
+++ b/atlas/templates/atlas/collection_detail.html
@@ -18,8 +18,10 @@
: {{casedetail.case.title}}
{% if collection.collection_type == "QUE" %}
- (edit)
+ (edit questions)
{% endif %}
+
+ (manage priors)
{% endfor %}