Skip to content

Commit f2f7dba

Browse files
committed
Style: Add a label for the support member who answers a question
1 parent 03a541c commit f2f7dba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/templates/main/_questions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<span class="label label-primary"> {{ question.author.username }} </span>
1515
{% else %}
1616
<span class="label label-info"> {{ question.support.username }} </span>
17+
<span class="label label-default">Support</span>
1718
{% endif %}
1819

1920
said {{ moment(question.timestamp).fromNow() }}:

0 commit comments

Comments
 (0)