X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/01cfcbd845c5d8d33f83bb22a24cf35932da2e29..56e4364aa911498ff258edca3d8eafcfae9ed7d4:/app/controllers/trace_controller.rb diff --git a/app/controllers/trace_controller.rb b/app/controllers/trace_controller.rb index fcf66dac1..ac4a4056e 100644 --- a/app/controllers/trace_controller.rb +++ b/app/controllers/trace_controller.rb @@ -115,7 +115,8 @@ class TraceController < ApplicationController redirect_to :action => 'mine' else # fixme throw an error here - # render :action => 'mine' + redirect_to :action => 'mine' + flash[:notice] = "You haven't entered a tag or a description for yoru traces." end end