Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
neoteric-news / lib / generators / neoteric_news / install / templates / _news_post.html.erb
Size: Mime:
<%= 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 %>