From 68bf6b578174746626fadb7aa5c0e685246bbb70 Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 26 Sep 2014 14:42:09 -0700 Subject: added signature verification info and converted pages from markdown to textile. --- pages/common/_notice.haml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/_notice.haml (limited to 'pages/common') diff --git a/pages/common/_notice.haml b/pages/common/_notice.haml new file mode 100644 index 0000000..dc15c96 --- /dev/null +++ b/pages/common/_notice.haml @@ -0,0 +1,9 @@ +.row + .col-sm-8.col-sm-offset-2 + - if @locals[:type] == 'warning' + .p.alert.alert-danger + %i.fa.fa-warning + = @locals[:text] + - elsif @locals[:type] == 'info' + .p.alert.alert-info + = @locals[:text] -- cgit v1.2.3