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 / sidebar.html.erb
Size: Mime:
<ol>
  <%% <%= @model_name %>.published.archive_months.each do |archive_month| %>
    <li>
      <%%= link_to archive_month,
                   archive_articles_path(archive_month.date,
                                         controller: '/<%= @model_name.underscore.pluralize %>') %>
    </li>
  <%% end %>
</ol>