aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/services_controller.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-01-14 15:11:08 +0000
committerLouise Crow <louise.crow@gmail.com>2014-01-14 15:17:07 +0000
commit60be03575a78410e7e82e0d39125d5ac07282358 (patch)
treeb70f9f8b709b805c572d96a5fc31aa9964eea5ea /app/controllers/services_controller.rb
parent960ad7e765ecfa49b114e2bb1ad024ffdf74c82b (diff)
parentb735f9fdbf5016b52faadde754631d4475500831 (diff)
Merge branch 'feature/cleanup-popups' into release/0.16
Conflicts: Gemfile.lock app/views/layouts/default.html.erb config/application.rb public/admin/stylesheets/admin.css
Diffstat (limited to 'app/controllers/services_controller.rb')
-rw-r--r--app/controllers/services_controller.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/services_controller.rb b/app/controllers/services_controller.rb
index 11ed4ac8f..78c494dba 100644
--- a/app/controllers/services_controller.rb
+++ b/app/controllers/services_controller.rb
@@ -24,9 +24,6 @@ class ServicesController < ApplicationController
FastGettext.locale = old_fgt_locale
end
end
- if !text.empty?
- text += ' <span class="close-button">X</span>'.html_safe
- end
render :text => text, :content_type => "text/plain" # XXX workaround the HTML validation in test suite
end