Files
fetsite/app/views/moduls/edit.html.erb
Andreas Stephanides 3d11400d5e GitHub Account angelegt
2013-02-12 02:05:12 +01:00

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%>