parent
ab79758f72
commit
690bbd9db3
3 changed files with 7 additions and 1 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
## Features
|
||||
* Add support for [Liberapay](https://liberapay.com) donations [#7290](https://github.com/diaspora/diaspora/pull/7290)
|
||||
* Added a link to the community guidelines :) [#7298](https://github.com/diaspora/diaspora/pull/7298)
|
||||
|
||||
# 0.6.3.0
|
||||
|
||||
|
|
|
|||
|
|
@ -117,6 +117,11 @@
|
|||
.content {
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
a,
|
||||
a:hover {
|
||||
color: $link-grey;
|
||||
}
|
||||
}
|
||||
|
||||
.section {
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@
|
|||
.excellence-box
|
||||
.content
|
||||
%p
|
||||
= t("layouts.application.be_excellent")
|
||||
= link_to t("layouts.application.be_excellent"), "https://diasporafoundation.org/community_guidelines"
|
||||
|
||||
.info-links
|
||||
.content
|
||||
|
|
|
|||
Loading…
Reference in a new issue