Search
Providing as much information as possible in your request will allow us to help you faster
Categories
Toggle navigation menu
Categories
-
<% categories.forEach(function(category) { %>
- <%= category.name %> <% }); %>
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>
-
<% sections.slice(0, maxSections).forEach(function(section) { %>
- <%= section.name %> <%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %> <% }); %> <% if (sections.length > maxSections) { %>
- See more <% } %>
<% if (indicator === "critical") { %><% } %>
<% if (indicator === "major") { %><% } %>
<% if (indicator === "minor") { %><% } %>
<% if (indicator === "none") { %><% } %>
<% if (["critical", "major", "minor", "none"].indexOf(indicator) === -1) { %><% } %>
<%= description %>
<% } %>