Skip to content
Snippets Groups Projects
Unverified Commit 26467b91 authored by azul's avatar azul
Browse files

backport: new customization strategy for the provider message

We display a message for some providers like 'This is a demonstration provider.
Accounts may be deleted at any time.'

We used to do so by just customizing the entire home/content partial. This
had the downside that changes to this partial would not be reflected on the
customized providers.

Instead we now have a separate partial for that purpose.
parent c6c4d9fd
Branches
No related tags found
No related merge requests found
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
.row-fluid .row-fluid
= home_page_buttons = home_page_buttons
.row-fluid
= render 'home/provider_message'
- if Rails.env == 'development' - if Rails.env == 'development'
.row-fluid .row-fluid
%hr %hr
......
-# please overwrite me in your customization files at
-# config/customization/views/home/_provider_message.html.haml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment