This commit is contained in:
Andreas Stephanides
2013-11-11 20:42:07 +01:00
parent d4b7446cdb
commit 0bb8460ca4
3 changed files with 7 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
<b><%= studium.typ%> </b>
</p>
<p><b><%=I18n.t("studien.desc")%>:</b><br>
<%= !(studium.desc.to_s == "") ? studium.desc.html_safe : I18n.t("keine.beschreibung")%>
<%= !(studium.desc.to_s == "") ? studium.desc_first_words.html_safe : I18n.t("keine.beschreibung")%>
</p>
</div>