summaryrefslogtreecommitdiff
path: root/core/app/helpers/snippet_helper.rb
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-23 22:18:28 -0700
committerelijah <elijah@riseup.net>2013-07-04 04:04:55 -0700
commite5a37b4ed76df8aec6131789e7361ed6efa3394b (patch)
tree6dd2fae52b6c89db11794ace544bd1e831e022b5 /core/app/helpers/snippet_helper.rb
parentd121373b7c21a29e47708e8b67aeb964202e52c5 (diff)
new home page
Diffstat (limited to 'core/app/helpers/snippet_helper.rb')
-rw-r--r--core/app/helpers/snippet_helper.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/app/helpers/snippet_helper.rb b/core/app/helpers/snippet_helper.rb
new file mode 100644
index 0000000..6fee454
--- /dev/null
+++ b/core/app/helpers/snippet_helper.rb
@@ -0,0 +1,11 @@
+#
+# various html snippets we use throughout.
+#
+
+module SnippetHelper
+
+ def home_page_buttons
+ render 'common/home_page_buttons'
+ end
+
+end \ No newline at end of file