From 5d3cd6ee7506d5c01c6a8d93d3383ec541e22f62 Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Fri, 27 Mar 2015 13:17:16 +0100 Subject: [PATCH] add deletion message to index --- app/views/static/index.html.haml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/views/static/index.html.haml b/app/views/static/index.html.haml index a3e2f94b..989f5089 100644 --- a/app/views/static/index.html.haml +++ b/app/views/static/index.html.haml @@ -5,7 +5,13 @@ = 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{data: {dismiss: :alert}, aria: {label: "Close"}} + %span{aria: {hidden: true}} + × + %strong + Retrospring will shut down + on 1.4.2015! #timeline - @timeline.each do |answer| = render 'shared/answerbox', a: answer