From 5a39325c0cc5af9ea6e4fd372aa77dcbc7970452 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 3 Feb 2014 13:35:39 +0100 Subject: [PATCH] Fixed indentation. --- .../javascripts/app/controllers/reset_password.js.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/app/controllers/reset_password.js.coffee b/app/assets/javascripts/app/controllers/reset_password.js.coffee index ce5a8f75f..da47e2206 100644 --- a/app/assets/javascripts/app/controllers/reset_password.js.coffee +++ b/app/assets/javascripts/app/controllers/reset_password.js.coffee @@ -21,7 +21,7 @@ class Index extends App.ControllerContent @render() render: (params) -> - configure_attributes = [ + configure_attributes = [ { name: 'username', display: 'Enter your username or email address', tag: 'input', type: 'text', limit: 100, null: false, class: 'input span4', }, ] @@ -94,7 +94,7 @@ class Verify extends App.ControllerContent ) render_success: => - configure_attributes = [ + configure_attributes = [ { name: 'password', display: 'Password', tag: 'input', type: 'password', limit: 100, null: false, class: 'input span4', }, ]