Files
fetsite/app/views/moduls/edit.html.erb
Thomas Blazek cc002d4291 Init
2013-07-22 15:49:19 +02:00

8 lines
185 B
Plaintext
Executable File

<h1><%= I18n.t "moduls.edit.title"%></h1>
<%= render 'form' %>
<%= link_to 'Show', modul_path( @modul) %> |
<% if !@studium.nil? %>
<%= link_to 'Back', moduls_path(@modul) %>
<% end%>