Studien-views überarbeiten

This commit is contained in:
Thomas Blazek
2013-07-30 14:28:28 +02:00
parent e686a21c9f
commit 9d1b915cd4
4 changed files with 20 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
<div class="studium">
<b ><%= link_to studium.name + " " + studium.zahl.to_s, studium_path(studium)%></b>(<%=link_to "Modulgruppenansicht", studium_path(studium, :sem=>'false')%>)<br>
<div>
<b>Typ: </b><%= studium.typ%>
</div>
<p>
<b>Beschreibung:</b><br>
<%= studium.desc %>
</p>
</div>