themen auf eigenen seiten anzeigen

This commit is contained in:
Andreas Stephanides
2015-02-10 14:04:18 +01:00
parent ebf486b347
commit 2b483ae9e9
2 changed files with 23 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class ThemenController < ApplicationController
respond_to do |format|
format.html {
redirect_to :controller=>'themengruppen', :id=>@thema.themengruppe.id, :action=>:show, :anchor=> "thema_"+params[:id].to_s
# redirect_to :controller=>'themengruppen', :id=>@thema.themengruppe.id, :action=>:show, :anchor=> "thema_"+params[:id].to_s
}
format.js
end