Files
fetsite/app/views/themen/new.html.erb
2014-07-03 21:31:27 +05:30

7 lines
137 B
Plaintext

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