diff --git a/app/views/studien/show.html.erb b/app/views/studien/show.html.erb index 01dcdcd..020cec1 100644 --- a/app/views/studien/show.html.erb +++ b/app/views/studien/show.html.erb @@ -1,3 +1,7 @@ +<%= content_for :header do %> +Fetsite - <%= @studium.typ %> <%= @studium.name %> (<%= @studium.zahl %>) +<% end %> + <%= render 'studien/tabs' %>

<%= notice %>