summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/full_view.hbs
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-10-01 18:46:58 -0300
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-10-01 18:47:55 -0300
commiteffec78faacc4def3cd1f1f7fbedf79eaeb824f5 (patch)
tree8aca439ff1a7110578346e54d4aa30e16a9c8261 /web-ui/app/templates/mails/full_view.hbs
parent1b936ef4deb233c97035e845b044954355da8d33 (diff)
#53 - does not show modal on when all tags are removed. Now its allowed to do so.
Diffstat (limited to 'web-ui/app/templates/mails/full_view.hbs')
-rw-r--r--web-ui/app/templates/mails/full_view.hbs14
1 files changed, 0 insertions, 14 deletions
diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs
index c674291c..b28e8086 100644
--- a/web-ui/app/templates/mails/full_view.hbs
+++ b/web-ui/app/templates/mails/full_view.hbs
@@ -63,20 +63,6 @@
</div>
</header>
- <div id="delete-modal" class="reveal-modal" data-reveal>
- <p class="lead">{{t 'You are trying to delete the last tag on this message.'}}</p>
-
- <p>{{t 'What would you like to do?'}}</p>
- <button id="trash-button">{{t 'Trash message'}}</button>
- <button id="archive-button">{{t 'Archive it'}}</button>
- <span class="close-reveal-modal">&#215;</span>
- <small><strong>{{t 'Trash:'}}</strong> {{t 'we will keep this message for 30 days, then delete it forever.'}}
- </small>
- <small>
- <strong>{{t 'Archive:'}}</strong> {{t 'we will remove all the tags, but keep it in your account in case you need it.'}}
- </small>
- </div>
-
<div class="bodyArea column large-12">
{{#each body }}
<p>{{ this }}</p>