forked from bofh/fetsite
back button studien
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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%>-->
|
||||||
|
|||||||
Reference in New Issue
Block a user