Views überarbeitet

This commit is contained in:
Thomas Blazek
2013-08-12 12:49:10 +02:00
parent 7a452fa9c1
commit 501a4f3903
6 changed files with 41 additions and 42 deletions

View File

@@ -1,10 +1,6 @@
<div style="border: solid 1px; padding:2px;margin-top:5px;"><p>
<b><% if !modul.name.nil? %><%= link_to "Modul "+ modul.name , modul_path(modul) %> <%end%></b>
</p>
<p >
<%= raw(modul.desc) %>
</p>
<% link_to '<i class="icon-pencil"></i>'.html_safe+I18n.t("common.edit"), edit_modul_path(modul) %>
</div>