Skip to content

Commit

Permalink
Support Nesta 0.9.13 by removing base_url and url_for.
Browse files Browse the repository at this point in the history
  • Loading branch information
gma committed Apr 14, 2012
1 parent 0b893bb commit 952e161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/social.haml
@@ -1,6 +1,5 @@
.social
%h2 Social links:
- url = @page.nil? ? base_url : url_for(@page)
- heading = @page.nil? ? @heading : @page.heading
%a{ :href => "http://delicious.com/post?url=#{url}&title=#{heading}", :title => "Bookmark on delicious.com" }
%img{ :src => "/slate/images/delicious.png", :alt => "Bookmark on delicous.com" }
Expand Down

0 comments on commit 952e161

Please sign in to comment.