diff options
| -rw-r--r-- | app/views/home/_content.html.haml | 4 | ||||
| -rw-r--r-- | app/views/home/_provider_message.html.haml | 2 | 
2 files changed, 6 insertions, 0 deletions
diff --git a/app/views/home/_content.html.haml b/app/views/home/_content.html.haml index 950f85e..c7902b1 100644 --- a/app/views/home/_content.html.haml +++ b/app/views/home/_content.html.haml @@ -6,6 +6,8 @@      .row        = home_page_buttons +    .row +      = render 'home/provider_message'    .col-md-1 @@ -19,6 +21,8 @@    .row      = home_page_buttons +  .row +    = render 'home/provider_message'      - if Rails.env == 'development'        .row 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  | 
