forked from bofh/fetsite
GitHub Account angelegt
This commit is contained in:
8
app/views/moduls/edit.html.erb
Normal file
8
app/views/moduls/edit.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<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%>
|
||||
Reference in New Issue
Block a user