From 9cbe9942e34a8692d6aa7f59b8d392867e8084ab Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sun, 19 Oct 2014 17:38:47 +0200 Subject: [PATCH] modulname fix --- app/views/moduls/_kurz.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %>

      <% modul.lvas.each do |lva| %>