diff options
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/templates/mails/full_view.hbs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index 8e8f32f1..46a55318 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -64,9 +64,6 @@ </header> <div class="bodyArea column large-12"> - {{#each body }} - <p>{{ this }}</p> - {{/each }} </div> {{#if attachments}} |