summaryrefslogtreecommitdiff
path: root/app/views/pages/bye.html.haml
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2014-01-23 12:05:58 -0800
committerjessib <jessib@riseup.net>2014-01-23 12:05:58 -0800
commitd578c07e196cd9758fbf1752a9bb8477c260bb30 (patch)
tree4dcbef4b1b2ea9dcd52cf98f1bb98b371a93c631 /app/views/pages/bye.html.haml
parent01941b7d930c581a6684f6b939b3ae2f62bd832e (diff)
parentce412a9a0ccce22b5b9d90f70369b91d5fc46e4f (diff)
Merge pull request #135 from elijh/feature/pages
add some static pages
Diffstat (limited to 'app/views/pages/bye.html.haml')
-rw-r--r--app/views/pages/bye.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/pages/bye.html.haml b/app/views/pages/bye.html.haml
new file mode 100644
index 0000000..30b52e0
--- /dev/null
+++ b/app/views/pages/bye.html.haml
@@ -0,0 +1,6 @@
+%br/
+.hero-unit
+ %h2= t :bye
+ = t :bye_message
+
+= render 'common/home_page_buttons' \ No newline at end of file