summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/glsa/finalize_release.html.erb')
-rw-r--r--app/views/glsa/finalize_release.html.erb29
1 files changed, 0 insertions, 29 deletions
diff --git a/app/views/glsa/finalize_release.html.erb b/app/views/glsa/finalize_release.html.erb
deleted file mode 100644
index 57bf2c6..0000000
--- a/app/views/glsa/finalize_release.html.erb
+++ /dev/null
@@ -1,29 +0,0 @@
-<h1>Release finished</h1>
-
-<div class="box w40em">
- <h2>Release information</h2>
-
- <table>
- <tr>
- <td>Official ID</td>
- <td><strong>GLSA <%= @glsa.glsa_id %></strong></td>
- </tr>
- <tr>
- <td>Title</td>
- <td><strong><%= @glsa.last_revision.title %></strong></td>
- </tr>
- </table>
-</div>
-
-<div class="box w40em">
- <h2>Closed bugs</h2>
-
- <table>
- <% @glsa.last_revision.bugs.each do |bug| %>
- <tr>
- <td><%= bug.bug_id %></td>
- <td><%= bug.title %></td>
- </tr>
- <% end %>
- </table>
-</div> \ No newline at end of file