diff --git a/app/views/studien/_form.html.erb b/app/views/studien/_form.html.erb index 7d0bef3..9cdf61d 100755 --- a/app/views/studien/_form.html.erb +++ b/app/views/studien/_form.html.erb @@ -10,32 +10,32 @@

-

+

- -
- <%= 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 %>