From 22778826a980296a28b73058a10c989d19ce0c32 Mon Sep 17 00:00:00 2001 From: Jesper Kjeldgaard Date: Sun, 4 Mar 2012 22:24:12 +0000 Subject: [PATCH] Improve Instapaper integration, fixes #14 --- lib/views/partials/_post.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/views/partials/_post.haml b/lib/views/partials/_post.haml index 194f174..4ac2e2d 100644 --- a/lib/views/partials/_post.haml +++ b/lib/views/partials/_post.haml @@ -10,7 +10,7 @@ %header - if show_title %h1 - %a{:href => post.link || post.to_url}= h post.title + %a.instapaper_title{:href => post.link || post.to_url}= h post.title - if post.link_post? %span.link-arrow ➝ @@ -23,7 +23,8 @@ → - if show_body - ~ post.to_html + .instapaper_body + ~ post.to_html %footer - if show_permalink