Fixed the dash bug next to the events in the table

refs https://github.com/TryGhost/Team/issues/2172
This commit is contained in:
James Morris 2022-10-26 18:20:02 +01:00
parent 683d476394
commit 409377476d

View File

@ -53,7 +53,7 @@
<span class="gh-dashboard-list-subtext">
<span class="gh-members-activity-description">
<span class="gh-members-activity-event-text">{{capitalize-first-letter parsedEvent.action}}</span>
{{#if parsedEvent.url}}
{{#if parsedEvent.description}}
<span class="gh-members-activity-event-dash"></span>
<a class="ghost-members-activity-object-link" href="{{parsedEvent.url}}" target="_blank" rel="noopener noreferrer">{{parsedEvent.description}}</a>
{{/if}}