From fd248947f1324c07d028b5ae58b4af7fd35994ef Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sun, 19 Oct 2014 18:42:25 +0200 Subject: [PATCH] add semester --- app/views/moduls/load_tiss.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/moduls/load_tiss.html.erb b/app/views/moduls/load_tiss.html.erb index 207f225..0216903 100644 --- a/app/views/moduls/load_tiss.html.erb +++ b/app/views/moduls/load_tiss.html.erb @@ -3,7 +3,7 @@ <%= semantic_fields_for "lvas[#{i}]" do |f| %> <%= f.input :lvanr %> -<%= f.input :sem , :input_html => { "style"=>"width:7em" },:as=>:select, :collection=>["2013W","2014S"] %> +<%= f.input :sem , :input_html => { "style"=>"width:7em" },:as=>:select, :collection=>["2013S","2013W","2014S","2014W"] %> <% end %> <% end %>