aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex/reviewdetail.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layerindex/reviewdetail.html')
-rw-r--r--templates/layerindex/reviewdetail.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/layerindex/reviewdetail.html b/templates/layerindex/reviewdetail.html
index cff1731552..5b30e5bbb9 100644
--- a/templates/layerindex/reviewdetail.html
+++ b/templates/layerindex/reviewdetail.html
@@ -27,6 +27,9 @@
<div class="row-fluid">
<div class="page-header">
<h1>{{ layeritem.name }}
+ {% if layerbranch.yp_compatible_version %}
+ <a href="{{layerbranch.yp_compatible_version.link_url }}"><img src="{{layerbranch.yp_compatible_version.image_url}}" alt="{{layerbranch.yp_compatible_version.description}}" class="yp-icon" title="{{layerbranch.yp_compatible_version.description}}"></a>
+ {% endif %}
{% if layeritem.status = "N" %}
<span class="label label-warning">Unpublished</span>
{% else %}