lvas ueberarbeitet

This commit is contained in:
2014-06-11 00:55:46 +05:30
parent e3b6eebe1d
commit 0526ea71f2
5 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<p id="notice"><%= notice %></p>
<h1><%=lva.typ.to_s + ' ' + lva.name %></h1>
<h1><%= lva.typ_n.to_s + ' ' + lva.name %></h1>
<h2>Prüfungsinformation</h2>
<div class="">
<%= lva.pruefungsinformation.to_s.html_safe %>

View File

@@ -3,7 +3,7 @@
<p id="notice"><%= notice %></p>
<div class="row-fluid">
<div class="span8">
<h1><%=@lva.typ.to_s + ' ' + @lva.name %></h1>
<h1><%= @lva.full_name %></h1>
<h2>Prüfungsinformation</h2>
<div class="">