Fixed indentation.

This commit is contained in:
Martin Edenhofer 2014-02-03 13:35:39 +01:00
parent 04d436ba52
commit 5a39325c0c

View file

@ -21,7 +21,7 @@ class Index extends App.ControllerContent
@render() @render()
render: (params) -> 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', }, { 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: => render_success: =>
configure_attributes = [ configure_attributes = [
{ name: 'password', display: 'Password', tag: 'input', type: 'password', limit: 100, null: false, class: 'input span4', }, { name: 'password', display: 'Password', tag: 'input', type: 'password', limit: 100, null: false, class: 'input span4', },
] ]