Repository URL to install this package:
|
Version:
0.4.0 ▾
|
<%= div_for news_post do %>
<h1><%= news_post.title %></h1>
<%= simple_format news_post.excerpt %>
<%= link_to 'Read more', post_path(news_post), :class => 'read_more' %>
<% end %>