From b48f684c0a4cbe7f5818a65708f54e6b66155d35 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 11 Jun 2018 23:14:14 +0100 Subject: [PATCH] Add note about review thread being private --- app/templates/packages/view.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/templates/packages/view.html b/app/templates/packages/view.html index 3a83995..ab48c6e 100644 --- a/app/templates/packages/view.html +++ b/app/templates/packages/view.html @@ -46,6 +46,12 @@ {% if package.author == current_user or package.checkPerm(current_user, "APPROVE_NEW") %} {% if review_thread %} +

🔒 {{ review_thread.title }}

+

+ This thread is only visible to the package owner and users of + Editor rank or above. +

+ {% from "macros/threads.html" import render_thread %} {{ render_thread(review_thread, current_user) }} {% else %}