<%= tinymce_assets %>
-<%= semantic_form_for @studium do |f| %>
+ <%= semantic_form_for @studium do |f| %>
+
<%= f.inputs do %>
- <%= f.input :zahl %>
- <%= f.input :name,:append=>"NAME" %>
+
+
+
+ <%= f.input :name,:append=>"NAME" %>
+
+
+ <%= f.input :zahl %>
+
+
+ <%= f.input :typ, :as=>:select, :include_blank=>false, :collection=>["Bachelor","Master"]%>
+
+
+
<%= f.input :desc, :as=>:tinymce_text %>
- <%= f.input :typ, :as=>:radio, :collection=>["Bachelor","Master"]%>
+
<% end %>
-<%= tinymce %>
+ <%= tinymce %>
<%= f.actions do %>
- <%= f.action :submit, :as => :input %>
+ <%= f.action :submit, :as => :input %>
<% end %>
-<% end %>
+