forked from bofh/fetsite
lvas ueberarbeitet
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -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="">
|
||||
|
||||
Reference in New Issue
Block a user