<%= tinymce_assets %> <%= semantic_form_for @studium do |f| %> <%= f.inputs do %>
<%= f.input :name,:append=>"NAME", :wrapper_html=>{:class=>"span6"}%>

<%= 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) %>
<%= f.input :qualifikation, :as=>:hidden %>
<%= raw(@studium.struktur) %>
<%= f.input :struktur, :as=>:hidden %>
<%= raw(@studium.jobmoeglichkeiten) %>
<%= f.input :jobmoeglichkeiten, :as=>:hidden %>
<% end %> <%= tinymce %> <%= tinymce :inline_div %> <%= f.actions do %> <%= f.action :submit, :as => :input %> <%= link_to 'Back', studien_path, :data=>{:locale=>I18n.locale}, class: :btn %> <% end %> <% end %>