Update cat image so it's secure - new image from khanb1 on flickr.
This commit is contained in:
parent
9d954b1a60
commit
c9559b93f5
3 changed files with 4 additions and 1 deletions
|
|
@ -18,6 +18,9 @@
|
||||||
* moved Aspects JS initializer to the correct place so aspect selection / deselection works again [#3737] (https://github.com/diaspora/diaspora/pull/3737)
|
* moved Aspects JS initializer to the correct place so aspect selection / deselection works again [#3737] (https://github.com/diaspora/diaspora/pull/3737)
|
||||||
* Do not strip "markdown" in links when posting to services [#3765](https://github.com/diaspora/diaspora/issues/3765)
|
* Do not strip "markdown" in links when posting to services [#3765](https://github.com/diaspora/diaspora/issues/3765)
|
||||||
* Renamed `server.db` to `server.database` to match the example configuration.
|
* Renamed `server.db` to `server.database` to match the example configuration.
|
||||||
|
* Fix insecure image of cat on user edit page - New photo courtesy of
|
||||||
|
[khanb1 on flickr](http://www.flickr.com/photos/albaraa/) under CC BY 2.0.
|
||||||
|
|
||||||
|
|
||||||
# 0.0.2.0
|
# 0.0.2.0
|
||||||
|
|
||||||
|
|
|
||||||
BIN
app/assets/images/sadcat.jpg
Normal file
BIN
app/assets/images/sadcat.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
|
|
@ -197,7 +197,7 @@
|
||||||
%p
|
%p
|
||||||
= t('.close_account.make_diaspora_better')
|
= t('.close_account.make_diaspora_better')
|
||||||
.span-10
|
.span-10
|
||||||
= image_tag 'http://itstrulyrandom.com/wp-content/uploads/2008/03/sadcat.jpg'
|
= image_tag 'sadcat.jpg'
|
||||||
%br
|
%br
|
||||||
%small
|
%small
|
||||||
%b
|
%b
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue