From 434e1a21bc73ef5136fd9e955505cebab632114e Mon Sep 17 00:00:00 2001 From: nilsding Date: Thu, 2 Apr 2015 01:31:09 +0200 Subject: [PATCH] removed shutdown message --- app/views/static/index.html.haml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/static/index.html.haml b/app/views/static/index.html.haml index 98982c4a..3f76c635 100644 --- a/app/views/static/index.html.haml +++ b/app/views/static/index.html.haml @@ -5,10 +5,6 @@ = render 'shared/sidebar' .col-md-9.col-xs-12.col-sm-9.j2-col-reset = render 'layouts/messages' - .alert.alert-danger.alert-dismissible{role: "alert"} - %button.close{type: "button", "data-dismiss" => "alert"} - %span{"aria-hidden" => "true"} × - Retrospring will shut down on 31st March 2015! #timeline - @timeline.each do |answer| = render 'shared/answerbox', a: answer