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

#962 move role icon after opinion author name

parent 3d4b0fb1
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
<ul> <ul>
{% for opinion in opinions %} {% for opinion in opinions %}
<li> <li>
{{ opinion.author }}
{% if opinion.get_author_role %}{% image opinion.get_author_role.icon max-12x12 %}{% endif %} {% 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> </li>
{% endfor %} {% endfor %}
</ul> </ul>
\ No newline at end of file
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