summaryrefslogtreecommitdiff
path: root/pages/common
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-09-26 14:42:09 -0700
committerelijah <elijah@riseup.net>2014-09-26 14:42:09 -0700
commit68bf6b578174746626fadb7aa5c0e685246bbb70 (patch)
treee3de2d42db37b2e4f8ea476393d2dd1718c122df /pages/common
parent02175efb5391091708074441d684408be799e566 (diff)
added signature verification info and converted pages from markdown to textile.
Diffstat (limited to 'pages/common')
-rw-r--r--pages/common/_notice.haml9
1 files changed, 9 insertions, 0 deletions
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]