Skip to content
Snippets Groups Projects
Commit d17fa1d4 authored by Erin Mullaney's avatar Erin Mullaney Committed by Todd Dembrey
Browse files

#962 display reviewer opinion on review detail, role icon is TODO

parent b1b62854
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,13 @@
<div class="admin-bar__inner">
<h1 class="beta heading heading--no-margin heading--bold">Review</h1>
<h5>For <a href="{% url "funds:submissions:detail" review.submission.id %}">{{ review.submission.title }}</a> by {{ review.author }} at {{ review.updated_at|date:"Y-m-d" }}</h5>
{% for opinion in review.opinions.all %}
<div>
{# TODO: role icon #} {{ opinion.author }} {{ opinion.get_opinion_display }}s
</div>
{% endfor %}
</div>
</div>
......
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