When using custom statement styles, you are able to modify the style sheet to show only summary of contributions rather than a detailed statement. To do so, follow these steps:
- Open style sheet in Notepad
- Locate ContributionsRecords block
Updated
When using custom statement styles, you are able to modify the style sheet to show only summary of contributions rather than a detailed statement. To do so, follow these steps:
Updated
empty
<% } %> <% var labels = "a_label".split(',').map(function(label) { return label.trim(); }).filter(function(label) { return label; }); %> <% var articlesWithLabels = articles.filter(function(article) { return Util.intersection(article['label_names'], labels).length; }) %> <% if (articlesWithLabels.length) { %>