aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/blog/posts/show.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-08-03 13:17:16 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2011-08-03 13:17:16 +0300
commit476ad3f15810455fd40cc8374af1a253471b296c (patch)
treec3cc8e7993364f7d0fb9362cf6c0bc6e99873e44 /app/views/refinery/blog/posts/show.html.erb
parent806aef18583a4fcdc5a88a6e2acfe6b779abea4c (diff)
downloadrefinerycms-blog-476ad3f15810455fd40cc8374af1a253471b296c.tar.gz
refinerycms-blog-476ad3f15810455fd40cc8374af1a253471b296c.tar.bz2
refinerycms-blog-476ad3f15810455fd40cc8374af1a253471b296c.zip
WIP - use asset pipeline.
Diffstat (limited to 'app/views/refinery/blog/posts/show.html.erb')
-rw-r--r--app/views/refinery/blog/posts/show.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/refinery/blog/posts/show.html.erb b/app/views/refinery/blog/posts/show.html.erb
index 3670bf1..3f5cf07 100644
--- a/app/views/refinery/blog/posts/show.html.erb
+++ b/app/views/refinery/blog/posts/show.html.erb
@@ -12,11 +12,11 @@
<%= render :partial => "/refinery/content_page", :locals => { :remove_automatic_sections => true } %>
-<% content_for :stylesheets, stylesheet_link_tag('refinerycms-blog') %>
+<% content_for :stylesheets, stylesheet_link_tag('refinery/blog/frontend') %>
<% content_for :before_javascript_libraries, jquery_include_tags(:jquery_ui => false) %>
<% content_for :javascripts do %>
<%# enable AJAX'd post nav at your own risk until html5 history API implemented. %>
- <%#= javascript_include_tag('refinerycms-blog') %>
+ <%#= javascript_include_tag('refinery/blog/frontend') %>
<script src="http://w.sharethis.com/button/buttons.js"></script>
<script>stLight.options({publisher:'<%= BlogPost::ShareThis.key %>'});</script>
<% end if Refinery::BlogPost::ShareThis.enabled? %>