Add 'Be excellent to each other!' to the sidebar
This commit is contained in:
parent
b3a06c1c58
commit
2d8c62fae3
3 changed files with 15 additions and 1 deletions
|
|
@ -105,12 +105,20 @@
|
|||
margin-top: 20px;
|
||||
padding: 10px 20px 0;
|
||||
|
||||
.excellence-box,
|
||||
.info-links {
|
||||
border-top: 1px solid $border-grey;
|
||||
margin-top: 10px;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.excellence-box {
|
||||
margin-top: 10px;
|
||||
|
||||
.content {
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
}
|
||||
|
||||
.section {
|
||||
margin-top: 10px;
|
||||
|
||||
|
|
|
|||
|
|
@ -149,6 +149,11 @@
|
|||
%p
|
||||
= link_to t("aspects.index.help.mail_podmin"), "mailto:#{AppConfig.admins.podmin_email}"
|
||||
|
||||
.excellence-box
|
||||
.content
|
||||
%p
|
||||
= t("layouts.application.be_excellent")
|
||||
|
||||
.info-links
|
||||
.content
|
||||
%ul
|
||||
|
|
|
|||
|
|
@ -589,6 +589,7 @@ en:
|
|||
public_feed: "Public diaspora* feed for %{name}"
|
||||
back_to_top: "Back to top"
|
||||
source_package: "Download the source code package"
|
||||
be_excellent: "Be excellent to each other! ♥"
|
||||
|
||||
notifications:
|
||||
started_sharing:
|
||||
|
|
|
|||
Loading…
Reference in a new issue