Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
show articles without creators set, because metaweblog api, etc. don'…
Browse files Browse the repository at this point in the history
…t do this correctly yet.
  • Loading branch information
Josh Adams committed Jan 27, 2009
1 parent 383c66b commit ca827b6
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
<div class='blog_post' id='<%= dom_id(article) -%>'>
<h2><%= link_to(h(article.title), article_path(article)) -%></h2>
<h3 class='supplemental'>Posted on <%= article.created_at.strftime("%B %e, %Y") %> by <%= article.creator.login %>.</h3>
<h3 class='supplemental'>Posted on <%= article.created_at.strftime("%B %e, %Y") %><% if article.creator %> by <%= article.creator.login %><% end %>.</h3>
<div class='contents'>
<%= article.contents -%>
</div>
Expand Down

0 comments on commit ca827b6

Please sign in to comment.