Sha256: 8cd3c9fda17046ee27fdf31d2dbb4863974d0326821f1ce2f54d7d0f7a6f3c5d
Contents?: true
Size: 497 Bytes
Versions: 4
Compression:
Stored size: 497 Bytes
Contents
<% content_for :body_content_title, @news_item.title %> <% content_for :body_content_left do %> <article class="news_item"> <p> <small><%= t('.published') %> <%= l(@news_item.publish_date, :format => :long) %></small> </p> <%= @news_item.body.html_safe %> <p> <%= link_to t('.back_to_index'), news_items_url %> </p> </article> <% end %> <% content_for :body_content_right, render(:partial => 'recent_posts') %> <%= render :partial => "/shared/content_page" %>
Version data entries
4 entries across 4 versions & 1 rubygems