From 1989eabf86729bcd16e226d96d5e4acacddbaae9 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 10 Jul 2020 19:01:58 +0100 Subject: Add more obvious edit buttons for reviews --- app/templates/threads/view.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app/templates/threads/view.html') diff --git a/app/templates/threads/view.html b/app/templates/threads/view.html index b91f866..b10d1e1 100644 --- a/app/templates/threads/view.html +++ b/app/templates/threads/view.html @@ -19,6 +19,14 @@ Threads {% endif %} {% endif %} + {% if current_user == thread.author and thread.review %} + + + {{ _("Edit Review") }} + + {% endif %} +

{% if thread.review %} {% if thread.review.recommends %} -- cgit v1.2.3