mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Swap name / title in activity stream, link post number
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
<div class='clearfix info'>
|
||||
<a href="/users/{{unbound username}}" class='avatar-link'><div class='avatar-wrapper'>{{avatar this imageSize="large" extraClasses="actor" avatarTemplatePath="avatar_template"}}</div></a>
|
||||
<span class='time'>{{date path="created_at" leaveAgo="true"}}</span>
|
||||
<a class='name' href="{{unbound postUrl}}">{{unbound name}}</a><br>
|
||||
<a class="title" href="{{unbound postUrl}}">{{unbound title}}</a><br>
|
||||
<a class='name' href="/users/{{unbound username}}">{{unbound name}}</a>
|
||||
<span class='type'>{{unbound description}}</span>
|
||||
<span class='title'><span class="post-number">#{{unbound post_number}}</span> <a href="{{unbound postUrl}}">{{unbound title}}</a></span>
|
||||
<a class="post-number" href="{{unbound postUrl}}">#{{unbound post_number}}</a>
|
||||
</div>
|
||||
<p class='excerpt'>
|
||||
{{{unbound excerpt}}}
|
||||
|
||||
Reference in New Issue
Block a user