Skip to content

Commit

Permalink
Fix admin content
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubén Salinas committed May 18, 2013
2 parents a8ea4e7 + 8dd7031 commit 8a8c298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/partials/_botones.html.erb
Expand Up @@ -5,4 +5,4 @@
<%= link_to image_tag("twitter_bird.png", :size => "48x48"), "https://twitter.com/share?url=http://www.agilesoft.es/posts/#{blog.id}&via=agilesoft_es&text=#{(blog.content[0..100]+"...").gsub(/<\/?[^>]*>/, "")}&lang=es", :target => "_blank" %>
<%= link_to image_tag("facebook.png", :size => "48x48"), "https://facebook.com/sharer.php?u=http://www.agilesoft.es/posts/#{blog.id}", :target => "_blank" %>
<%= link_to image_tag("google_plus.png", :size => "48x48"), "https://plus.google.com/share?url=http://www.agilesoft.es/posts/#{blog.id}", :target => "_blank" %>
<%= link_to image_tag("google_plus.png", :size => "48x48"), "https://plus.google.com/share?url=http://www.agilesoft.es/posts/#{blog.id}", :target => "_blank" %>

0 comments on commit 8a8c298

Please sign in to comment.