Disable the handlebars auto-indent feature

closes #6339
This commit is contained in:
Steffen van Bergerem 2015-08-23 09:34:42 +02:00 committed by Jonne Haß
parent f44bb613b9
commit a7287f4f93
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@
* Fix conversations view with no contacts [#6266](https://github.com/diaspora/diaspora/pull/6266)
* Links in the left sidebar are now clickable on full width [#6267](https://github.com/diaspora/diaspora/pull/6267)
* Guard against passing nil into person\_image\_tag [#6286](https://github.com/diaspora/diaspora/pull/6286)
* Prevent Handlebars from messing up indentation of pre tags [#6339](https://github.com/diaspora/diaspora/pull/6339)
## Features

View file

@ -0,0 +1 @@
HandlebarsAssets::Config.options = {preventIndent: true}