-
-
- <%= f.input :abkuerzung %>
- <%= f.input :zahl %>
- <%= f.input :typ, :as=>:select, :include_blank=>false, :collection=>["Bachelor","Master"] %>
-
- <%= image_tag(@studium.picture.thumb.url) unless @studium.picture.nil? %>
- <%= f.file_field :picture %>
- <%= f.hidden_field :picture_cache %>
-
-
-
-
- <%= raw(@studium.desc) %>
-
- <%= f.input :desc, :as=>:hidden %>
-
-
+
+
+ <%= f.input :abkuerzung %>
+ <%= f.input :zahl %>
+ <%= f.input :typ, :as=>:select, :include_blank=>false, :collection=>["Bachelor","Master"] %>
+
+ <%= image_tag(@studium.picture.thumb.url) unless @studium.picture.nil? %>
+ <%= f.file_field :picture %>
+ <%= f.hidden_field :picture_cache %>
+
+
+
+
+ <%= raw(@studium.desc) %>
+
+ <%= f.input :desc, :as=>:hidden %>
+
+
<%= raw(@studium.qualifikation) %>
@@ -65,7 +65,7 @@
<%= tinymce :inline_div %>
<%= f.actions do %>
<%= f.action :submit, :as => :input %>
- <%= link_to 'Back', studien_path, :data=>{:locale=>I18n.locale}, class: :btn%>
+ <%= link_to 'Back', studien_path, :data=>{:locale=>I18n.locale}, class: :btn %>
<% end %>
<% end %>