mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-19 16:42:17 +03:00
63d216c321
no refs. This commit fixes a couple of UX issues on the email debug screen: - shows [...] button only for errors actually longer than the available space to avoid confusion about where there's more error text - use actual avatars instead of fake red/blue dots to make it consistent with the rest of the app - adds click through to member details screen to easily access member data if needed - updates text select for provider ID for easier copying - removes unused "Download full error message" icon
6 lines
306 B
Handlebars
6 lines
306 B
Handlebars
<div class="gh-email-debug-readmore-error" {{did-insert this.setup}}>
|
|
<input type="checkbox" id="error-{{@index}}-checkbox" class="toggle-checkbox">
|
|
<label class="{{if this.more "flex" "hidden"}}" for="error-{{@index}}-checkbox">{{svg-jar "dotdotdot"}}</label>
|
|
<span>{{@message}}</span>
|
|
</div>
|