1
0
Fork 0
This repository has been archived on 2023-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
fedihub-website/src
Alex Kotov 8a8162d6b0
Add column `donation_crypto_addresses`
2020-10-21 11:54:09 +05:00
..
assets Move assets 2020-10-16 01:54:37 +05:00
forms Fix forms and add forms to routes 2020-10-17 02:04:27 +05:00
models Add column `employees.image` 2020-10-21 11:38:49 +05:00
routes Add route "GET /donate" 2020-10-21 11:44:40 +05:00
tests Fix tests 2020-10-17 02:39:16 +05:00
config.rs Add i18n to state 2020-10-21 09:05:54 +05:00
database.rs Add barebone CSRF protection fairing 2020-10-16 10:39:03 +05:00
forms.rs Move forms into separate files 2020-10-16 02:46:46 +05:00
i18n.rs Add l10n 2020-10-21 09:38:39 +05:00
main.rs Add i18n to state 2020-10-21 09:05:54 +05:00
models.rs Display employees 2020-10-21 10:13:57 +05:00
responses.rs Use views as template contexts and improve templates 2020-10-17 12:05:17 +05:00
routes.rs Add route "GET /donate" 2020-10-21 11:44:40 +05:00
schema.rs Add column `donation_crypto_addresses` 2020-10-21 11:54:09 +05:00
states.rs Rename states::CurrentUser to MaybeCurrentUser 2020-10-16 06:22:56 +05:00
tests.rs Split tests into separate files 2020-10-15 08:01:37 +05:00
views.rs Display employee contacts 2020-10-21 11:04:04 +05:00
web.rs Add i18n to state 2020-10-21 09:05:54 +05:00