Merge pull request #5853 from svbergerem/update-changelog

Add link to custom splash page wiki examples
This commit is contained in:
Jonne Haß 2015-04-06 12:29:21 +02:00
commit 3fcd0c683c

View file

@ -62,7 +62,7 @@ a hosted one. Note: you need to **copy the new settings from diaspora.yml.exampl
diaspora.yml file**. The existing settings from 0.4.x and before will not work any more.
## Custom splash page changes
diaspora* no longer adds a `div.container` to wrap custom splash pages. This adds the ability for podmins to write home pages using Bootstrap's fluid design. Podmins who added a custom splash page in `app/views/home/_show.{html,mobile}.haml` need to wrap the contents into a `div.container` to keep the old design.
diaspora* no longer adds a `div.container` to wrap custom splash pages. This adds the ability for podmins to write home pages using Bootstrap's fluid design. Podmins who added a custom splash page in `app/views/home/_show.{html,mobile}.haml` need to wrap the contents into a `div.container` to keep the old design. You will find updated examples [in our wiki](https://wiki.diasporafoundation.org/Custom_splash_page).
## Refactor
* Redesign contacts page [#5153](https://github.com/diaspora/diaspora/pull/5153)