diff options
Diffstat (limited to 'app/templates/threads/view.html')
| -rw-r--r-- | app/templates/threads/view.html | 8 |
1 files changed, 8 insertions, 0 deletions
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 %} + <a class="btn btn-primary ml-1 float-right mr-2" + href="{{ thread.review.package.getReviewURL() }}"> + <i class="fas fa-edit"></i> + {{ _("Edit Review") }} + </a> + {% endif %} + <h1> {% if thread.review %} {% if thread.review.recommends %} |
