Sha256: 2324e7151d3caca33ffcd8e3f21b3534f596dea38e7ebf0c319c1592818d9595

Contents?: true

Size: 483 Bytes

Versions: 5

Compression:

Stored size: 483 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

5 entries across 5 versions & 1 rubygems

Version Path
odania_core-0.0.8 app/views/odania/contents/show.html.erb
odania_core-0.0.7 app/views/odania/contents/show.html.erb
odania_core-0.0.6 app/views/odania/contents/show.html.erb
odania_core-0.0.5 app/views/odania/contents/show.html.erb
odania_core-0.0.4 app/views/odania/contents/show.html.erb