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