This commit is contained in:
Thomas Blazek
2013-08-05 08:36:16 +02:00
parent e1862c27f4
commit c3432dd1bc
7 changed files with 62 additions and 44 deletions

View File

@@ -1,9 +1,7 @@
<div class="studium">
<h2><%= link_to studium.name + " " + studium.zahl.to_s, studium_semesteransicht_path(studium)%></h2>
<ul>
<li><b><%= studium.typ%> </b></li>
<li><b>Beschreibung:</b><br>
<%= !(studium.desc.to_s == "") ? studium.desc.html_safe : I18n.t("keine.beschreibung")%></li>
<li><%=link_to "Link zur Modulgruppenansicht",studium_path(studium) %> </li>
<h2><%= link_to studium.name + " " + studium.zahl.to_s, studium_semesteransicht_path(studium)%></h2> <p><b><%= studium.typ%> </b></p>
<p><b>Beschreibung:</b><br>
<%= !(studium.desc.to_s == "") ? studium.desc.html_safe : I18n.t("keine.beschreibung")%></p>
<div><%=link_to "Link zur Modulgruppenansicht",studium_path(studium) %> </div>
</ul>
</div>