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 / index.html.erb
Size: Mime:
<%% content_for :title, @title %>

<h1><%%= @title %></h1>

<%%= render @<%= @model_name.underscore.pluralize %> %>

<%%= paginate @<%= @model_name.underscore.pluralize %> %>

<%%= render '<%= @model_name.underscore.pluralize %>/sidebar' %>