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    
articular / lib / generators / articular / resource / templates / partial.html.erb
Size: Mime:
<%%= content_tag :article do %>
  <%%= render '<%= @model_name.underscore.pluralize %>/header', article: <%= @model_name.underscore %> %>
  <%%= simple_format  <%= @model_name.underscore %>.excerpt %>
  <%%= link_to 'Read more', article_path(<%= @model_name.underscore %>), class: 'read-more' %>
<%% end %>