aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/shared
diff options
context:
space:
mode:
authordjones <dgjones@gmail.com>2010-09-14 15:02:57 +1200
committerdjones <dgjones@gmail.com>2010-09-14 15:02:57 +1200
commit92a310fcde246e0b156399b23dec58f1821a3afa (patch)
tree814b09e36dd4065beddcea76f93a377f001162e7 /app/views/blog/shared
parent4a5e2ec52e5b346858738990c05ab45812f9bf78 (diff)
downloadrefinerycms-blog-92a310fcde246e0b156399b23dec58f1821a3afa.tar.gz
refinerycms-blog-92a310fcde246e0b156399b23dec58f1821a3afa.tar.bz2
refinerycms-blog-92a310fcde246e0b156399b23dec58f1821a3afa.zip
add side bar rss subscribe block and display it on various views
Diffstat (limited to 'app/views/blog/shared')
-rw-r--r--app/views/blog/shared/_rss_feed.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/blog/shared/_rss_feed.html.erb b/app/views/blog/shared/_rss_feed.html.erb
new file mode 100644
index 0000000..65c5a2a
--- /dev/null
+++ b/app/views/blog/shared/_rss_feed.html.erb
@@ -0,0 +1,2 @@
+<h2><%= t('.title') %></h2>
+<%= link_to "Subscribe", blog_rss_feed_url, :id => "rss_feed_subscribe"%> \ No newline at end of file