forked from bofh/fetsite
9 lines
186 B
Plaintext
Executable File
9 lines
186 B
Plaintext
Executable File
<%= render 'layouts/topbar' %>
|
|
<h1><%= I18n.t("modul.list") %></h1>
|
|
|
|
<%= render :partial=>'moduls/lang', :collection=>@moduls, :as=>:modul%>
|
|
|
|
<br>
|
|
<%= render 'layouts/pretty_toolbar'%>
|
|
|