summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-07-04 01:36:08 -0700
committerelijah <elijah@riseup.net>2013-07-04 04:15:04 -0700
commit40830b4b1fa33b9e26dbd500fc08b4b76b58011b (patch)
treea5398d73fb7554e2afe32072692b3b26b59c65d6 /core
parentadacb11c8ff6395f38c3c05bea4e6d276285118f (diff)
minor changes to css and home page.
Diffstat (limited to 'core')
-rw-r--r--core/app/helpers/core_helper.rb13
-rw-r--r--core/app/helpers/snippet_helper.rb11
2 files changed, 13 insertions, 11 deletions
diff --git a/core/app/helpers/core_helper.rb b/core/app/helpers/core_helper.rb
new file mode 100644
index 0000000..a496144
--- /dev/null
+++ b/core/app/helpers/core_helper.rb
@@ -0,0 +1,13 @@
+#
+# Misc. helpers needed throughout.
+#
+module CoreHelper
+
+ #
+ # insert common buttons (download, login, etc)
+ #
+ def home_page_buttons
+ render 'common/home_page_buttons'
+ end
+
+end \ No newline at end of file
diff --git a/core/app/helpers/snippet_helper.rb b/core/app/helpers/snippet_helper.rb
deleted file mode 100644
index 6fee454..0000000
--- a/core/app/helpers/snippet_helper.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# 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