Skip to content
Snippets Groups Projects
Commit 06980e89 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Add visibility to the review detail display.

parent ebdb118e
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,10 @@ ...@@ -20,6 +20,10 @@
<h5>Score</h5> <h5>Score</h5>
<p>{{ review.score }}</p> <p>{{ review.score }}</p>
</div> </div>
<div>
<svg class="icon icon--eye"><use xlink:href="#eye"></use></svg>
{{ review.get_visibility_display }}
</div>
{% if not review.for_latest %} {% if not review.for_latest %}
<div> <div>
<h5>Review was not against the latest version:</h5> <h5>Review was not against the latest version:</h5>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment