summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/glsa_mailer/approval.text.erb')
-rw-r--r--app/views/glsa_mailer/approval.text.erb23
1 files changed, 0 insertions, 23 deletions
diff --git a/app/views/glsa_mailer/approval.text.erb b/app/views/glsa_mailer/approval.text.erb
deleted file mode 100644
index 939e07c..0000000
--- a/app/views/glsa_mailer/approval.text.erb
+++ /dev/null
@@ -1,23 +0,0 @@
-Your draft is now approved.
-
-Approval overview
------------------
-<% @glsa.approvals.each do |approval| -%>
-<%= approval.created_at.rfc2822 %> by <%= approval.user.to_s %>
-<% end -%>
-
-<% if @glsa.rejections.count > 0 -%>
-Rejection overview
-------------------
-<% @glsa.rejections.each do |rejection| -%>
-<%= rejection.created_at.rfc2822 %> by <%= rejection.user.to_s %>
-<% end -%>
-<% end -%>
-
-You should check whether all bugs linked in the draft are in a bug ready state.
-Then, you can release the advisory at <%= prepare_release_glsa_url(@glsa) %>
-
-Thanks for your work!
-
---
-This email notification is brought to you by GLSAMaker 2. \ No newline at end of file