diff options
author | azul <azul@riseup.net> | 2016-09-22 05:30:42 -0700 |
---|---|---|
committer | azul <azul@riseup.net> | 2016-09-22 05:30:42 -0700 |
commit | 4a73c2ca2938ae748588d7ca72a785af99724c92 (patch) | |
tree | 07a95aeb3d10967ea53d093c1c8060cc9cef9ec2 | |
parent | f575f57915d5369269849352a70b0e4704c3fd19 (diff) | |
parent | f70199b16fc759d020ea8eea6ecaaf8eeced8abb (diff) |
Merge branch 'customize/provider-message' into 'develop'
customize: provider message more fine grained
We used to replace all of home/content - so we missed the twitter feed
on the providers.
Instead one should now customize home/provider_message only.
See merge request !7
-rw-r--r-- | app/views/home/_content.html.haml | 2 | ||||
-rw-r--r-- | app/views/home/_provider_message.html.haml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index 5341189..3f4f36e 100644 --- a/app/views/home/_content.html.haml +++ b/app/views/home/_content.html.haml @@ -5,6 +5,8 @@ .row = home_page_buttons + .row + = render 'home/provider_message' .col-md-1 diff --git a/app/views/home/_provider_message.html.haml b/app/views/home/_provider_message.html.haml new file mode 100644 index 0000000..928215a --- /dev/null +++ b/app/views/home/_provider_message.html.haml @@ -0,0 +1,2 @@ +-# please overwrite me in your customization files at +-# config/customization/views/home/_provider_message.html.haml |