Sha256: 42c13e016822eb8a35733c138a0f7a69298d7b5b57367529a66f0d7470d9d72f

Contents?: true

Size: 592 Bytes

Versions: 7

Compression:

Stored size: 592 Bytes

Contents

<% cache do %>
	<p>
		<strong>Title:</strong>
		<%= @admin_content.title %>
	</p>

	<p>
		<strong>Body:</strong>
		<%= @admin_content.body.html_safe %>
	</p>

	<p>
		<strong>Body short:</strong>
		<%= @admin_content.body_short.html_safe %>
	</p>

	<p>
		<strong>Publish at:</strong>
		<%= @admin_content.published_at %>
	</p>

	<p>
		<strong>Language:</strong>
		<%= @admin_content.language.name %>
	</p>

	<%= link_to 'Edit', edit_admin_odania_menu_odania_content_path(@odania_menu, @admin_content) %> |
	<%= link_to 'Back', admin_odania_menu_odania_contents_path(@odania_menu) %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
odania_core-0.0.7 app/views/admin/odania/contents/show.html.erb
odania_core-0.0.6 app/views/admin/odania/contents/show.html.erb
odania_core-0.0.5 app/views/admin/odania/contents/show.html.erb
odania_core-0.0.4 app/views/admin/odania/contents/show.html.erb
odania_core-0.0.3 app/views/admin/odania/contents/show.html.erb
odania_core-0.0.2 app/views/admin/odania/contents/show.html.erb
odania_core-0.0.1 app/views/admin/odania/contents/show.html.erb