diff options
author | elijah <elijah@riseup.net> | 2013-06-23 22:18:28 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-04 04:04:55 -0700 |
commit | e5a37b4ed76df8aec6131789e7361ed6efa3394b (patch) | |
tree | 6dd2fae52b6c89db11794ace544bd1e831e022b5 /core/app/helpers/snippet_helper.rb | |
parent | d121373b7c21a29e47708e8b67aeb964202e52c5 (diff) |
new home page
Diffstat (limited to 'core/app/helpers/snippet_helper.rb')
-rw-r--r-- | core/app/helpers/snippet_helper.rb | 11 |
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 |