lvamodul_fix

This commit is contained in:
Andreas Stephanides
2014-10-19 17:36:03 +02:00
parent 4fd089a096
commit 6613df4b55
2 changed files with 2 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
<p>
<%= lva.lvanr %>
<b><%= lva.name %> <%= lva.ects %> ECTS/ <%= lva.stunden %> Std</b>
<b><%= lva.name.to_s %> <%= lva.ects %> ECTS/ <%= lva.stunden %> Std</b>
</p>
<p>

View File

@@ -1,8 +1,5 @@
<h1><%=@modul.name %></h1>
<h1><%= @modul.name %></h1>
<div class="row-fluid">
<div class="span8">
<h2><%=I18n.t("modul.lvas")%></h2>