Merge pull request #6914 from denschub/be-excellent
Add 'Be excellent to each other!' to the sidebar
This commit is contained in:
commit
59fb227d95
4 changed files with 16 additions and 1 deletions
|
|
@ -159,6 +159,7 @@ before.
|
||||||
* Add links to the single post view of the related post to photos in the photo stream [#6621](https://github.com/diaspora/diaspora/pull/6621)
|
* Add links to the single post view of the related post to photos in the photo stream [#6621](https://github.com/diaspora/diaspora/pull/6621)
|
||||||
* Add a note for people with disabled JavaScript [#6777](https://github.com/diaspora/diaspora/pull/6777)
|
* Add a note for people with disabled JavaScript [#6777](https://github.com/diaspora/diaspora/pull/6777)
|
||||||
* Do not include conversation subject in notification mail [#6910](https://github.com/diaspora/diaspora/pull/6910)
|
* Do not include conversation subject in notification mail [#6910](https://github.com/diaspora/diaspora/pull/6910)
|
||||||
|
* Add 'Be excellent to each other!' to the sidebar [#6914](https://github.com/diaspora/diaspora/pull/6910)
|
||||||
|
|
||||||
# 0.5.11.0
|
# 0.5.11.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -105,12 +105,20 @@
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding: 10px 20px 0;
|
padding: 10px 20px 0;
|
||||||
|
|
||||||
|
.excellence-box,
|
||||||
.info-links {
|
.info-links {
|
||||||
border-top: 1px solid $border-grey;
|
border-top: 1px solid $border-grey;
|
||||||
margin-top: 10px;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.excellence-box {
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
|
.content {
|
||||||
|
font-size: $font-size-base;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -149,6 +149,11 @@
|
||||||
%p
|
%p
|
||||||
= link_to t("aspects.index.help.mail_podmin"), "mailto:#{AppConfig.admins.podmin_email}"
|
= link_to t("aspects.index.help.mail_podmin"), "mailto:#{AppConfig.admins.podmin_email}"
|
||||||
|
|
||||||
|
.excellence-box
|
||||||
|
.content
|
||||||
|
%p
|
||||||
|
= t("layouts.application.be_excellent")
|
||||||
|
|
||||||
.info-links
|
.info-links
|
||||||
.content
|
.content
|
||||||
%ul
|
%ul
|
||||||
|
|
|
||||||
|
|
@ -589,6 +589,7 @@ en:
|
||||||
public_feed: "Public diaspora* feed for %{name}"
|
public_feed: "Public diaspora* feed for %{name}"
|
||||||
back_to_top: "Back to top"
|
back_to_top: "Back to top"
|
||||||
source_package: "Download the source code package"
|
source_package: "Download the source code package"
|
||||||
|
be_excellent: "Be excellent to each other! ♥"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
started_sharing:
|
started_sharing:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue