Sha256: 9903238be49791027104ce88cc8d2587d4b96ed3a843f5bf9aa989565eecd210
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 Bytes
Contents
<% content_for :title do %> <%= @post.title %> | <%=current_site_name%> <% end %> <% content_for :head do %> <%= spud_news_rss_link %> <meta name="description" content="<%= @post.meta_description %>" /> <% if @post.meta_keywords.blank? %> <meta name="keywords" content="<%= @post.categories.collect{ |c| c.name }.join(',') %>" /> <% else %> <meta name="keywords" content="<%= @post.meta_keywords %>" /> <% end %> <% end %> <div class="spud_news_post"> <h3><%= @post.title %></h3> <h4>Posted by <%= @post.author.full_name %> on <%= @post.display_date %></h4> <% if @post.categories.any? %> <p id="spud_news_post_categories"> Filed under <%= raw(@post.categories.collect{ |c| link_to c.name, news_category_path(c.url_name) }.join(', ')) %> </p> <% end %> <div id="spud_news_post_content"> <%= raw @post.content_processed %> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spud_blog-0.9.11 | app/views/news/show.html.erb |