parent
faf450e57d
commit
f0e70a3c6c
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
* Make the session cookies HttpOnly again [#7041](https://github.com/diaspora/diaspora/pull/7041)
|
* Make the session cookies HttpOnly again [#7041](https://github.com/diaspora/diaspora/pull/7041)
|
||||||
* Invalidate sessions with invalid CSRF tokens [#7050](https://github.com/diaspora/diaspora/pull/7050)
|
* Invalidate sessions with invalid CSRF tokens [#7050](https://github.com/diaspora/diaspora/pull/7050)
|
||||||
* Liking a post will no longer update its interacted timestamp [#7030](https://github.com/diaspora/diaspora/pull/7030)
|
* Liking a post will no longer update its interacted timestamp [#7030](https://github.com/diaspora/diaspora/pull/7030)
|
||||||
|
* Improve W3C compliance [#7068](https://github.com/diaspora/diaspora/pull/7068)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Post comments no longer get collapsed when interacting with a post [#7040](https://github.com/diaspora/diaspora/pull/7040)
|
* Post comments no longer get collapsed when interacting with a post [#7040](https://github.com/diaspora/diaspora/pull/7040)
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
placeholder: t("devise.passwords.new.email"),
|
placeholder: t("devise.passwords.new.email"),
|
||||||
autocorrect: "off",
|
autocorrect: "off",
|
||||||
autofocus: true,
|
autofocus: true,
|
||||||
aria: {labelledby: "passwordLabel"}
|
aria: {labelledby: "emailLabel"}
|
||||||
|
|
||||||
= f.submit t("devise.passwords.new.send_password_instructions"), class: "btn btn-block btn-primary"
|
= f.submit t("devise.passwords.new.send_password_instructions"), class: "btn btn-block btn-primary"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue