From fb5fdbbb572859c0ef5d26ba6656b510c805025a Mon Sep 17 00:00:00 2001 From: Erin Mullaney <erin.mullaney@torchbox.com> Date: Wed, 20 Feb 2019 11:18:44 -0500 Subject: [PATCH] #962 move role icon after opinion author name --- .../review/templates/review/includes/review_opinions_list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opentech/apply/review/templates/review/includes/review_opinions_list.html b/opentech/apply/review/templates/review/includes/review_opinions_list.html index 60078d119..1e35da7ed 100644 --- a/opentech/apply/review/templates/review/includes/review_opinions_list.html +++ b/opentech/apply/review/templates/review/includes/review_opinions_list.html @@ -3,8 +3,9 @@ <ul> {% for opinion in opinions %} <li> + {{ opinion.author }} {% if opinion.get_author_role %}{% image opinion.get_author_role.icon max-12x12 %}{% endif %} - {{ opinion.author }} {{ opinion.get_opinion_display }}s + {{ opinion.get_opinion_display }}s </li> {% endfor %} </ul> \ No newline at end of file -- GitLab