diff --git a/app/views/moduls/_form.html.erb b/app/views/moduls/_form.html.erb index db03f9d..c21d7c3 100755 --- a/app/views/moduls/_form.html.erb +++ b/app/views/moduls/_form.html.erb @@ -4,18 +4,27 @@ <%= f.inputs do %>
- <%= f.input :name ,:hint=>true%> -
-
- <%= f.input :desc, :as=>:tinymce_text %> -
-
- <%= f.input :depend %> -
-
+
+
+
+ <%= f.input :name ,:hint=>true%> +
+
+ +
+
+ <%= f.input :desc, :as=>:tinymce_text %> +
+
+
+
+ <%= f.input :depend %> +
+
+
- <%= f.input :modulgruppen,:as => :check_boxes, :collection => Hash[Modulgruppe.all.map{|m| [m.studium.name + " " + m.name,m.id]}.sort] %> + <%= f.input :modulgruppen,:as => :check_boxes, :collection => Hash[Modulgruppe.all.map{|m| [m.studium.name + " " + m.name,m.id]}.sort] %>