small fixes

This commit is contained in:
Andreas Stephanides
2013-02-28 09:57:54 +01:00
parent 748497ce98
commit 0de57e08a9
4 changed files with 13 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<div style="border: solid 1px; padding:2px;margin-top:5px;"><p>
<b><%= link_to "Modul "+ modul.name , modul_path(modul) %> </b>
<b><% if !modul.name.nil? %><%= link_to "Modul "+ modul.name , modul_path(modul) %> <%end%></b>
</p>
<p >
<%= raw(modul.desc) %>