mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed the spacing with email links in activity without flag
refs: https://github.com/TryGhost/Team/issues/1298 - Removed the title class as it's not necessary when flag is off
This commit is contained in:
parent
418d5ae11c
commit
097aa5c228
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
<div class="gh-member-feed-detail">
|
<div class="gh-member-feed-detail">
|
||||||
<div class="gh-member-feed-event">
|
<div class="gh-member-feed-event">
|
||||||
{{#if event.email}}
|
{{#if event.email}}
|
||||||
<GhEmailPreviewLink @data={{event.email}} class="gh-member-feed-title" />
|
<GhEmailPreviewLink @data={{event.email}} />
|
||||||
{{else}}
|
{{else}}
|
||||||
{{event.action}} {{event.object}}
|
{{event.action}} {{event.object}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue