Files
fetsite/app/views/moduls/show.html.erb
Thomas Blazek c72c186d62 Topbar layouts
2013-08-04 18:04:27 +02:00

10 lines
351 B
Plaintext
Executable File

<%= render 'layouts/topbar'%>
<p id="notice"><%= notice %></p>
<%= render @modul %>
<%= render 'layouts/pretty_toolbar' %>
<% # link_to 'Add LVA', %>
<% # link_to '<i class="icon-pencil"></i>'.html_safe+ I18n.t("common.edit") , edit_modul_path(@modul) %>
<% # link_to "Loeschen", [@modul],:method=>:delete ,:data => {:confirm =>"Are you sure" } %>