diff --git a/app/views/modulgruppen/index.html.erb b/app/views/modulgruppen/index.html.erb index 89e10b9..f304aaa 100755 --- a/app/views/modulgruppen/index.html.erb +++ b/app/views/modulgruppen/index.html.erb @@ -15,7 +15,7 @@ <%= modulgruppe.typ %> <%= modulgruppe.phase %> - <%= modulgruppe.studium.name %> + <%= modulgruppe.studium.name unless modulgruppe.studium.nil? %> <%= modulgruppe.name %> <%= link_to 'Show', modulgruppe %> <%= link_to 'Edit', edit_modulgruppe_path(modulgruppe) %>