Sha256: 9b4640beda7ac1f6320696bf48180060422ae9d9c452e887a3094aa9bb3ba262
Contents?: true
Size: 437 Bytes
Versions: 23
Compression:
Stored size: 437 Bytes
Contents
<% content_for :body_content_title, "<h1>#{@news_item.title}</h1>" %> <% content_for :body_content_left do %> <p> <small>Published <%= @news_item.publish_date.strftime("%A %d of %B, %Y") %></small> </p> <%= @news_item.body %> <p> <%= link_to "Back to all news", news_items_url %> </p> <% end %> <% content_for :body_content_right, render(:partial => 'recent_posts') %> <%= render :partial => "/shared/content_page" %>
Version data entries
23 entries across 23 versions & 4 rubygems