introduced lva.full_name and rewrote displays

This commit is contained in:
Thomas Blazek
2013-11-07 09:52:45 +01:00
parent 6f92241840
commit d314a81268
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<div class="lva-semester">
<%=lva.lvanr.to_s %> <b><%= link_to lva.name, lva_path(lva)%></b> <%= lva.ects %> ECTS / <%= lva.stunden %> Std<br>
<%=lva.lvanr.to_s %> <b><%= link_to lva.full_name, lva_path(lva)%></b> <%= lva.ects %> ECTS / <%= lva.stunden %> Std<br>
<!-- <div class="hidden-phone">
Module: /<% lva.modul.each do |m| %> <%= link_to m.name + ' / ', modul_path(m) unless m.modulgruppen.map{|x| x.studium}.index(@studium).nil? && !@studium.nil? %><% end %>
<br>