Files
fetsite/app/views/themen/new.html.erb
2014-03-16 14:15:48 +01:00

7 lines
121 B
Plaintext

<div id="themaview">
<h1><%= I18n.t("thema.add") %></h1>
<%= render 'form' %>
</div>
<%= link_to 'Back', themen_path %>