filter by username in email digest preview

adds a user prompt on the email digest preview page to generate a preview for a particular user
also fixes some broken styling on the page
This commit is contained in:
Leo McArdle
2015-10-30 18:05:54 +00:00
parent 2f58663dda
commit fe5264f9e9
6 changed files with 21 additions and 7 deletions

View File

@@ -4,6 +4,8 @@
<div class='span7 controls'>
<label for='last-seen'>{{i18n 'admin.email.last_seen_user'}}</label>
{{input type="date" value=lastSeen id="last-seen"}}
<label>{{i18n 'admin.email.user'}}:</label>
{{user-selector single="true" usernames=username}}
<button class='btn' {{action "refresh"}}>{{i18n 'admin.email.refresh'}}</button>
<div class="toggle">
<label>{{i18n 'admin.email.format'}}</label>