Orbit/vendor/built_in_modules/NewBlog/app/views/panel/blog/back_end/posts/latest_post.html.erb

6 lines
101 B
Plaintext
Raw Normal View History

2011-11-18 08:43:14 +00:00
<%=stylesheet_link_tag "NewBlog/application"%>
<h2><%=@post.title%></h2>
<p>
<%= @post.body%>
</p>