gitlab-org--gitlab-foss/app/controllers/profiles
Dmitry Medvinsky fefab47456 Fix /:username.keys response content type
Currently this method responds with `text/html`. It is kind of unusable
if you open it in a browser. The browser thinks it is HTML and renders
it as HTML, meaning new lines are dropped. So it's very hard to
distinguish where the key starts and where it ends.

This commit changes the content type header to `text/plain`.
2014-03-20 19:09:14 +04:00
..
accounts_controller.rb Move profile account to separate controller 2013-10-09 16:43:17 +03:00
avatars_controller.rb Expire event cache on avatar creation/removal 2013-12-11 09:30:22 -06:00
emails_controller.rb Add email aliases for users 2014-02-13 22:59:39 -06:00
groups_controller.rb User can leave group from group page. 2014-02-12 15:52:53 +01:00
keys_controller.rb Fix /:username.keys response content type 2014-03-20 19:09:14 +04:00
notifications_controller.rb Move Profile related controllers under Profiles:: module 2013-06-24 18:24:14 +03:00
passwords_controller.rb Fix spinach profile tests 2013-10-09 17:01:04 +03:00