Merge branch 'stable' into develop

This commit is contained in:
Jonne Haß 2015-08-23 11:13:47 +02:00
commit e54208d39b
2 changed files with 2 additions and 0 deletions

View file

@ -83,6 +83,7 @@ With the port to Bootstrap 3, app/views/terms/default.haml has a new structure.
* Fix conversations view with no contacts [#6266](https://github.com/diaspora/diaspora/pull/6266) * 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) * 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) * 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 ## Features

View file

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