add link to direct message heading
This commit is contained in:
parent
501b98ec09
commit
6793e04365
|
@ -11,7 +11,15 @@
|
|||
<div class="media-body">
|
||||
<div class="text-muted time ago pull-right" title="{{$date}}">{{$ago}}</div>
|
||||
|
||||
<h4 class="media-heading">{{$from_name}}</h4>
|
||||
<h4 class="media-heading">
|
||||
{{if !$seen}}
|
||||
<strong>
|
||||
{{/if}}
|
||||
<a href="message/{{$id}}">{{$from_name}}</a>
|
||||
{{if !$seen}}
|
||||
</strong>
|
||||
{{/if}}
|
||||
</h4>
|
||||
<div class="mail-list-subject">
|
||||
<a href="message/{{$id}}">
|
||||
{{if !$seen}}
|
||||
|
@ -21,7 +29,8 @@
|
|||
{{if !$seen}}
|
||||
</strong>
|
||||
{{/if}}
|
||||
</a></div>
|
||||
</a>
|
||||
</div>
|
||||
<a href="message/dropconv/{{$id}}" onclick="return confirmDelete();" title="{{$delete}}" class="pull-right" onmouseover="imgbright(this);" onmouseout="imgdull(this);">
|
||||
<i class="faded-icon fa fa-trash"></i>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue