From fbb494f3ea65e5e1f45631809c083aa02227bf3d Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Fri, 27 Mar 2015 13:24:09 +0100 Subject: [PATCH] add deletion message to index --- app/views/static/index.html.haml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/static/index.html.haml b/app/views/static/index.html.haml index 412679e1..d30dd3fd 100644 --- a/app/views/static/index.html.haml +++ b/app/views/static/index.html.haml @@ -5,7 +5,9 @@ = render 'shared/sidebar' .col-md-9.col-xs-12.col-sm-9.j2-col-reset = render 'layouts/messages' - .alert.alert-danger + .alert.alert-danger.alert-dismissible{role: "alert"} + %button.close{type: "button", "data-dismiss" => "alert"} + %span{"aria-hidden" => "true"} × %strong Retrospring will shut down on 1.4.2015!