mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed Activity feed header
This commit is contained in:
parent
d3ca3eb47c
commit
b825096213
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
<h4 class="gh-main-section-header small bn">Activity</h4>
|
||||
{{#if @member.isNew}}
|
||||
<div class="gh-main-section-content grey">
|
||||
<div class="gh-member-feed gh-member-feed-no-data">
|
||||
|
@ -6,7 +7,6 @@
|
|||
</div>
|
||||
{{else}}
|
||||
{{#let (members-event-fetcher filter=(members-event-filter member=@member.id) pageSize=5) as |eventsFetcher|}}
|
||||
{{#if eventsFetcher.data}}<h4 class="gh-main-section-header small bn">Activity</h4>{{/if}}
|
||||
<div class="gh-main-section-content grey {{if eventsFetcher.data "" "mt8"}}">
|
||||
<div class="gh-member-feed {{if eventsFetcher.data "" "gh-member-feed-no-data"}}" ...attributes>
|
||||
<div class="flex-auto flex flex-column items-stretch {{if eventsFetcher.data "justify-between" "h-100 justify-center"}}">
|
||||
|
|
Loading…
Add table
Reference in a new issue