summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Amoss <ackle@gentoo.org>2017-04-18 18:48:21 -0400
committerSean Amoss <ackle@gentoo.org>2017-04-18 18:48:21 -0400
commit4d5b41d09e73f981c89a1156531353d5a403447e (patch)
treec6079ac46b19d2b83281d98204af69e7cdec8083 /app/views/glsa/_package.html.erb
parentGenerate migration to add slot support (diff)
downloadglsamaker-4d5b41d09e73f981c89a1156531353d5a403447e.tar.gz
glsamaker-4d5b41d09e73f981c89a1156531353d5a403447e.tar.bz2
glsamaker-4d5b41d09e73f981c89a1156531353d5a403447e.zip
Add slot support to GLSAMaker2.1.2
Diffstat (limited to 'app/views/glsa/_package.html.erb')
-rw-r--r--app/views/glsa/_package.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/glsa/_package.html.erb b/app/views/glsa/_package.html.erb
index 73203d9..5e3d115 100644
--- a/app/views/glsa/_package.html.erb
+++ b/app/views/glsa/_package.html.erb
@@ -4,6 +4,7 @@
<td><%= pf.text_field :atom, :class => :nice, :index => nil %></td>
<td class="odd"><%= pf.select :comp, comps, {}, :index => nil %></td>
<td class="odd"><%= pf.text_field :version, :class => :nice, :size => 10, :index => nil %></td>
+ <td class="odd"><%= pf.text_field :slot, :class => :nice, :size => 5, :index => nil %></td>
<td><%= pf.text_field :arch, :class => :nice, :size => 7, :index => nil %></td>
<td class="odd"><%= pf.select :automatic, [["yes", true], ["no", false]], {}, :index => nil %></td>
<td><%= link_to_function(