diff options
author | varac <varacanero@zeromail.org> | 2016-09-22 14:13:33 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-09-22 14:13:38 +0200 |
commit | 9d9bc3d57eb0ac41755f4810cccb1c319fd69dca (patch) | |
tree | f5f995a31fe9de52c2e707918b6770c78e661546 /files/webapp | |
parent | 5fbd43d5a948ac7773955a26c1d0cb0db42252d9 (diff) |
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).
Diffstat (limited to 'files/webapp')
-rw-r--r-- | files/webapp/views/home/_content.html.haml | 6 | ||||
-rw-r--r-- | files/webapp/views/home/_provider_message.html.haml | 3 |
2 files changed, 3 insertions, 6 deletions
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") - <b>Note:</b> 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") + <b>Note:</b> This service is intended for demonstration purposes only. Your account might be deleted without warning. + |