mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed the dash bug next to the events in the table
refs https://github.com/TryGhost/Team/issues/2172
This commit is contained in:
parent
683d476394
commit
409377476d
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue