allow foodcoops to add custom css
This commit is contained in:
parent
72709be60a
commit
19630e8607
5 changed files with 37 additions and 0 deletions
|
|
@ -87,6 +87,9 @@ default: &defaults
|
|||
# Page footer (html allowed). Default is a Foodsoft footer. Set to `blank` for no footer.
|
||||
#page_footer: <a href="http://www.foodcoop.test/">FC Test</a> is supported by <a href="http://www.hoster.test/">Hoster</a>.
|
||||
|
||||
# Custom css for the foodcoop
|
||||
#custom_css: 'body { background-color: #fcffba; }'
|
||||
|
||||
# email address to be used as sender
|
||||
email_sender: foodsoft@foodcoop.test
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@ Foodsoft::Application.routes.draw do
|
|||
match '/login/accept_invitation/:token' => 'login#accept_invitation', as: :accept_invitation, via: [:get, :post]
|
||||
resources :sessions, :only => [:new, :create, :destroy]
|
||||
|
||||
get '/foodcoop.css' => 'styles#foodcoop', :as => 'foodcoop_css'
|
||||
|
||||
########### User specific
|
||||
|
||||
get '/home/profile', :as => 'my_profile'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue