Sha256: ce827b414e3bb83358863f56f190abab4b37ec798be3799940140ade80ca06ca

Contents?: true

Size: 478 Bytes

Versions: 3

Compression:

Stored size: 478 Bytes

Contents

<% content_for :title do %><%= odania_content.title %> - <%= current_site.name.html_safe %>
<% end %>

<div class="entry hentry">
	<h1 class="entry-title"><%= odania_content.title %></h1>

	<%= render :partial => 'odania/contents/content_info', :locals => {odania_content: odania_content} %>

	<p class="entry-content">
		<%= odania_content.body_filtered.html_safe %>
	</p>
</div>

<%= render :partial => 'odania/shared/update_view_counter', :locals => {obj: odania_content} %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
odania_core-0.0.3 app/views/odania/contents/_show.html.erb
odania_core-0.0.2 app/views/odania/contents/_show.html.erb
odania_core-0.0.1 app/views/odania/contents/_show.html.erb