From 4d5b41d09e73f981c89a1156531353d5a403447e Mon Sep 17 00:00:00 2001 From: Sean Amoss Date: Tue, 18 Apr 2017 18:48:21 -0400 Subject: Add slot support to GLSAMaker --- app/views/glsa/_package.html.erb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/glsa/_package.html.erb') 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 @@ <%= pf.text_field :atom, :class => :nice, :index => nil %> <%= pf.select :comp, comps, {}, :index => nil %> <%= pf.text_field :version, :class => :nice, :size => 10, :index => nil %> + <%= pf.text_field :slot, :class => :nice, :size => 5, :index => nil %> <%= pf.text_field :arch, :class => :nice, :size => 7, :index => nil %> <%= pf.select :automatic, [["yes", true], ["no", false]], {}, :index => nil %> <%= link_to_function( -- cgit v1.2.3-65-gdbad