aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-04-10 12:40:28 -0700
committerUģis Ozols <ugis.ozolss@gmail.com>2012-04-10 12:40:28 -0700
commit3627b8f86582d5da14b21f5ac93c807ef3d1594e (patch)
tree548f98fc4b4eac8d4bfe5aca1967c8187c268553 /app/views
parent3a1c30fa5d490e593944b664d2832a58bedf313a (diff)
parentcc6800d17ebe8f5b4ebcc4fdf62cdf9ebee20d03 (diff)
downloadrefinerycms-blog-3627b8f86582d5da14b21f5ac93c807ef3d1594e.tar.gz
refinerycms-blog-3627b8f86582d5da14b21f5ac93c807ef3d1594e.tar.bz2
refinerycms-blog-3627b8f86582d5da14b21f5ac93c807ef3d1594e.zip
Merge pull request #219 from corydeppen/patch-2
Fix reference to ShareThis key.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/refinery/blog/posts/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/refinery/blog/posts/show.html.erb b/app/views/refinery/blog/posts/show.html.erb
index 2ca168e..4252cc1 100644
--- a/app/views/refinery/blog/posts/show.html.erb
+++ b/app/views/refinery/blog/posts/show.html.erb
@@ -17,5 +17,5 @@
<%# enable AJAX'd post nav at your own risk until html5 history API implemented. %>
<%#= javascript_include_tag('refinery/blog/frontend') %>
<script src="http://w.sharethis.com/button/buttons.js"></script>
- <script>stLight.options({publisher:'<%= Blog::Post::ShareThis.key %>'});</script>
+ <script>stLight.options({publisher:'<%= Refinery::Blog.share_this_key %>'});</script>
<% end if Refinery::Blog::Post::ShareThis.enabled? %>