diff --git a/app/views/moduls/_modul.html.erb b/app/views/moduls/_modul.html.erb index edaa5c6..4782baa 100755 --- a/app/views/moduls/_modul.html.erb +++ b/app/views/moduls/_modul.html.erb @@ -5,31 +5,32 @@
-

<%=I18n.t("modul.desc")%>

-

- <%= raw(@modul.desc) %> -

+

<%=I18n.t("modul.lvas")%>

+ <% @modul.lvas.each_slice(3) do |row| %> + + <% end %> +

<%=I18n.t("modul.desc")%>

+

+ <%= raw(@modul.desc) %> +

+
+
+
+

<%=I18n.t("modul.mgs")%>

+
    + <% @modul.modulgruppen.each do |mg| %> +
  • + <%= render 'modulgruppen/kurz', :modulgruppe=>mg %> +
  • + <% end %> +
+
+
-
-
-

<%=I18n.t("modul.mgs")%>

- -

<%=I18n.t("modul.lvas")%>

-<% @modul.lvas.each_slice(3) do |row| %> - -<% end %> -
-