_news_post.html.erb 175 B

123456789
  1. <div class="news-post">
  2. <h4><%= news_post.name %></h4>
  3. <p>
  4. <%= format_content(news_post.content) %>
  5. </p>
  6. <small>
  7. <%= news_post.created_at %>
  8. </small>
  9. </div>