Skip to content

Commit

Permalink
Link author name/email on message details to from person page
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismytton committed Apr 9, 2015
1 parent f87b8de commit 867de04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuntium/templates/nuntium/profiles/message_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dt>{% trans "Subject" %}</dt>
<dd>{{ message.subject|linebreaksbr }}</dd>
<dt>{% trans "Author" %}</dt>
<dd>{{ message.author_name }} &lt;{{ message.author_email }}&gt;</dd>
<dd><a href="{% url 'all-messages-from-the-same-author-as' message_slug=message.slug %}">{{ message.author_name }} &lt;{{ message.author_email }}&gt;</a></dd>
<dt>{% trans "Recipients" %}</dt>
<dd>
{% for person in message.people %}{% if not forloop.first and forloop.last %} and {% elif not forloop.first %}, {% endif %}<a class="label label-default" title="{% blocktrans with person_name=person.name %}See all messages sent to {{ person_name }}{% endblocktrans %}" href='{% url 'thread_to' pk=person.pk %}'>{{ person.name }}</a>{% endfor %}
Expand Down

0 comments on commit 867de04

Please sign in to comment.