From f501cf37da850a3f17d2ffa3da0621f442c4aeaf Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Mon, 24 Sep 2012 11:31:07 +0300 Subject: [PATCH] fix indentation in configuration instructions --- app/views/apps/_configuration_instructions.html.haml | 68 ++++++++++++++++++++++++++++++++++---------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/app/views/apps/_configuration_instructions.html.haml b/app/views/apps/_configuration_instructions.html.haml index e4f65da..b744875 100644 --- a/app/views/apps/_configuration_instructions.html.haml +++ b/app/views/apps/_configuration_instructions.html.haml @@ -1,38 +1,38 @@ %pre - %code - :preserve - # Require the hoptoad_notifier gem in your App. - # --------------------------------------------- - # - # Rails 3 - In your Gemfile - # gem 'airbrake' - # - # Rails 2 - In environment.rb - # config.gem 'airbrake' - # - # Then add the following to config/initializers/errbit.rb - # ------------------------------------------------------- + %code + :preserve + # Require the hoptoad_notifier gem in your App. + # --------------------------------------------- + # + # Rails 3 - In your Gemfile + # gem 'airbrake' + # + # Rails 2 - In environment.rb + # config.gem 'airbrake' + # + # Then add the following to config/initializers/errbit.rb + # ------------------------------------------------------- - Airbrake.configure do |config| - config.api_key = '#{app.api_key}' - config.host = '#{request.host}' - config.port = #{request.port} - config.secure = config.port == 443 - end + Airbrake.configure do |config| + config.api_key = '#{app.api_key}' + config.host = '#{request.host}' + config.port = #{request.port} + config.secure = config.port == 443 + end - # Set up Javascript notifications - # ------------------------------- - # - # To receive notifications for javascript errors, - # you should add <%= airbrake_javascript_notifier %> to the top of your layouts. - # - # Testing - # ------- - # - # Rails 2 - you'll need to vendor airbrake to get the rake tasks - # rake gems:unpack GEM=airbrake - # - # Run: - # rake airbrake:test - # refresh this page + # Set up Javascript notifications + # ------------------------------- + # + # To receive notifications for javascript errors, + # you should add <%= airbrake_javascript_notifier %> to the top of your layouts. + # + # Testing + # ------- + # + # Rails 2 - you'll need to vendor airbrake to get the rake tasks + # rake gems:unpack GEM=airbrake + # + # Run: + # rake airbrake:test + # refresh this page -- libgit2 0.21.2