Only create history entries for revisions with text or ring changes

This commit is contained in:
Tom Raithel
2017-01-26 08:22:05 +01:00
parent 77823f8834
commit 748a005778
3 changed files with 26 additions and 11 deletions

View File

@@ -10,7 +10,6 @@ block content
h4= translate(quadrantName)
ul
each radarItem, itemName in quadrant
if radarItem.attributes.isFeatured === true
li
a(href='/' + quadrantName + '/' + itemName + '.html')
= radarItem.attributes.title
li
a(href='/' + quadrantName + '/' + itemName + '.html')
= radarItem.attributes.title