mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed font color bug for email on member details page
This commit is contained in:
parent
117a46c5e5
commit
3adcf2b5d8
@ -19,7 +19,7 @@
|
||||
</h3>
|
||||
<p class="f7 pa0 ma0 midlightgrey-d1">
|
||||
{{#if (and this.member.name this.member.email)}}
|
||||
<span class="darkgrey fw5"><a href="mailto:{{this.member.email}}">{{this.member.email}}</a></span>
|
||||
<a href="mailto:{{this.member.email}}" class="darkgrey fw5">{{this.member.email}}</a>
|
||||
{{/if}}
|
||||
</p>
|
||||
{{#unless this.member.isNew}}
|
||||
|
Loading…
Reference in New Issue
Block a user