diff --git a/app/views/moduls/_kurz.html.erb b/app/views/moduls/_kurz.html.erb index 071a302..a1b818f 100755 --- a/app/views/moduls/_kurz.html.erb +++ b/app/views/moduls/_kurz.html.erb @@ -1,7 +1,7 @@
- <% if !modul.name.nil? %><%= link_to "Modul "+ modul.name , modul_path(modul) %> <%end%> + <%= link_to "Modul "+ modul.name.to_s , modul_path(modul) %>