parent
f44bb613b9
commit
a7287f4f93
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
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