i18n fetprofile

This commit is contained in:
Andreas Stephanides
2013-11-12 20:22:56 +01:00
parent 6509a51eb3
commit cbdc437c6c
6 changed files with 13 additions and 11 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>