mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Removed repetitive post titles
refs https://github.com/TryGhost/Team/issues/2575
This commit is contained in:
parent
4095fbc745
commit
5a7138bb4b
1 changed files with 6 additions and 4 deletions
|
@ -42,10 +42,12 @@
|
||||||
<img src="{{mention.sourceFavicon}}" alt="{{mention.sourceSiteTitle}}" class="gh-mention-icon">
|
<img src="{{mention.sourceFavicon}}" alt="{{mention.sourceSiteTitle}}" class="gh-mention-icon">
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="gh-mention-publisher">{{mention.sourceSiteTitle}}</div>
|
<div class="gh-mention-publisher">{{mention.sourceSiteTitle}}</div>
|
||||||
|
{{#unless this.post }}
|
||||||
<div class="gh-mention-link-icon">
|
<div class="gh-mention-link-icon">
|
||||||
{{svg-jar "twitter-link"}}
|
{{svg-jar "twitter-link"}}
|
||||||
</div>
|
</div>
|
||||||
<span class="gh-mention-your-link">{{if mention.resource mention.resource.name mention.target}}</span>
|
<span class="gh-mention-your-link">{{if mention.resource mention.resource.name mention.target}}</span>
|
||||||
|
{{/unless}}
|
||||||
<span class="gh-mention-timestamp" title={{gh-format-post-time mention.timestamp}}>{{moment-from-now mention.timestamp}}</span>
|
<span class="gh-mention-timestamp" title={{gh-format-post-time mention.timestamp}}>{{moment-from-now mention.timestamp}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="gh-mention-content">
|
<div class="gh-mention-content">
|
||||||
|
|
Loading…
Add table
Reference in a new issue