forked from bofh/fetsite
8 lines
185 B
Plaintext
8 lines
185 B
Plaintext
<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%> |