From 9d9bc3d57eb0ac41755f4810cccb1c319fd69dca Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 22 Sep 2016 14:13:33 +0200 Subject: Replace _content.html.haml with _provider_message.html.haml To display the twitter column properly, we need to adopt the cusotmization (see regarding commit in the webapp). --- files/webapp/views/home/_content.html.haml | 6 ------ files/webapp/views/home/_provider_message.html.haml | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 files/webapp/views/home/_content.html.haml create mode 100644 files/webapp/views/home/_provider_message.html.haml diff --git a/files/webapp/views/home/_content.html.haml b/files/webapp/views/home/_content.html.haml deleted file mode 100644 index ae4f342..0000000 --- a/files/webapp/views/home/_content.html.haml +++ /dev/null @@ -1,6 +0,0 @@ -.row-fluid - .span12 - = render 'common/home_page_buttons' - %p.alert.alert-info(style="margin-top: 2em") - Note: This service is intended for demonstration purposes only. Your account might be deleted without warning. - diff --git a/files/webapp/views/home/_provider_message.html.haml b/files/webapp/views/home/_provider_message.html.haml new file mode 100644 index 0000000..cbaa77c --- /dev/null +++ b/files/webapp/views/home/_provider_message.html.haml @@ -0,0 +1,3 @@ +%p.alert.alert-info(style="margin-top: 2em") + Note: This service is intended for demonstration purposes only. Your account might be deleted without warning. + -- cgit v1.2.3