Merge branch 'stable' into develop
This commit is contained in:
commit
e54208d39b
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
* 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
|
||||
|
||||
|
|
|
|||
1
config/initializers/handlebars_assets.rb
Normal file
1
config/initializers/handlebars_assets.rb
Normal file
|
|
@ -0,0 +1 @@
|
|||
HandlebarsAssets::Config.options = {preventIndent: true}
|
||||
Loading…
Reference in a new issue