diff options
author | rafael lisboa <rafaelzlisboa@gmail.com> | 2015-04-14 15:01:17 -0300 |
---|---|---|
committer | rafael lisboa <rafaelzlisboa@gmail.com> | 2015-04-14 15:28:13 -0300 |
commit | aec0d6a733c19128e8f0c5e2cf77bbe706b404c2 (patch) | |
tree | f719bb9a568c2cbf3a12b6fd478a50ed8365231d | |
parent | 2b595c8f3b4c5dc900609943eb754bb246d6d73b (diff) |
update trash template with correct field name
-rw-r--r-- | web-ui/app/templates/mails/trash.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/mails/trash.hbs b/web-ui/app/templates/mails/trash.hbs index a74c9606..4475aeb0 100644 --- a/web-ui/app/templates/mails/trash.hbs +++ b/web-ui/app/templates/mails/trash.hbs @@ -2,7 +2,7 @@ <input type="checkbox" {{#if isChecked }}checked="true"{{/if}} /> </span> <span> - <a href="/#/{{ tag }}/mail/{{ ident }}"> + <a href="/#/{{ currentTag }}/mail/{{ ident }}"> <span class="received-date">{{ header.formattedDate }} {{#if attachments}} <div class="attachment-indicator"> |