<% if @post.category %> Posted in category <%= link_to @post.category, "/categories/#{urlify @post.category}" %>. <% end %> <% unless @post.tag_list.empty? %> Tagged with <%= @post.tag_list.map {|tag| link_to tag, "/tags/#{tag}" }.join(', ') %>. <% end %>