back button studien

This commit is contained in:
2014-04-11 14:58:15 +02:00
parent 5a4e6d5946
commit 2a54145a52
2 changed files with 4 additions and 1 deletions

View File

@@ -40,6 +40,7 @@
<%= tinymce %> <%= tinymce %>
<%= f.actions do %> <%= f.actions do %>
<%= f.action :submit, :as => :input %> <%= f.action :submit, :as => :input %>
<%= link_to 'Back', studien_path, :data=>{:locale=>I18n.locale}, class: :btn%>
<% end %> <% end %>
<% end %> <% end %>
</div> </div>

View File

@@ -2,4 +2,6 @@
<%= render 'form' %> <%= render 'form' %>
<%= link_to 'Back', studien_path , :data=>{:locale=>I18n.locale}%>
<!--<%= link_to 'Back', studien_path , :data=>{:locale=>I18n.locale}, class: :btn%>-->