X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e8d32637c16aaba887a3c2c54eab68ab92da7f5b..3a6c476833a0097ea50a5139dc57d39d0f03a651:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 1ea3f7cb0..0e26185a1 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -65,4 +65,8 @@ class SiteController < ApplicationController def preview render :text => RichText.new(params[:format], params[:text]).to_html end + + def id + render "id", :layout => false + end end