summaryrefslogtreecommitdiff
path: root/core/app/helpers/snippet_helper.rb
diff options
context:
space:
mode:
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