Skip to content

Commit

Permalink
It's nice to show links to github stuff on the real site too
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Oct 10, 2008
1 parent d82bb83 commit b8ace39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/views/posts/types/_gist.html.erb
Expand Up @@ -3,10 +3,10 @@
<span class="day"><%= post.created_at.strftime('%e') -%></span>
</div>
<blockquote>
<% cache(post.permalink) do -%>
<%= post.content %>
<% end -%>
<%= spanned_link h(post.header), post.permalink -%>
<%= content_tag :p, post.content unless post.content.blank? %>
</blockquote>

<cite>
&#x2010; Posted via <%= link_to 'GitHub', post.permalink %>
</cite>
&#x2010; Posted via <%= link_to 'GitHub', post.permalink %>
</cite>

0 comments on commit b8ace39

Please sign in to comment.