From a466feafa63ca8988feb61147f5b469d10bf8836 Mon Sep 17 00:00:00 2001 From: Keith Suderman Date: Fri, 16 Aug 2019 12:58:30 -0500 Subject: [PATCH 1/2] Change Properties heading to Features --- templates/vocab-element.template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/vocab-element.template b/templates/vocab-element.template index 8aea3d2..42ef31e 100644 --- a/templates/vocab-element.template +++ b/templates/vocab-element.template @@ -130,7 +130,7 @@ html { } table(class: 'definition-table') { tr { - th class:'fixed', "Properties" + th class:'fixed', "Features" th class:'fixed', "Type" th "Description" } @@ -157,18 +157,18 @@ html { if (node.properties.size() > 0) { // String link = "${element.name}" if (headline) { - h1 'Properties' + h1 'Features' headline = false } if (node.name != element.name) { h2 { - span "Properties from " + span "Features from " a(href:"${node.name}.html", node.name) } } table(class: 'definition-table') { tr { - th class:'fixed', "Properties" + th class:'fixed', "Features" th class:'fixed', "Type" th "Description" } From 9f8285bdba2dcbe9c064615dad08d7c5f658bdc6 Mon Sep 17 00:00:00 2001 From: Keith Suderman Date: Fri, 16 Aug 2019 13:03:56 -0500 Subject: [PATCH 2/2] Fix pluralization --- templates/vocab-element.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/vocab-element.template b/templates/vocab-element.template index 42ef31e..94dc01b 100644 --- a/templates/vocab-element.template +++ b/templates/vocab-element.template @@ -130,7 +130,7 @@ html { } table(class: 'definition-table') { tr { - th class:'fixed', "Features" + th class:'fixed', "Feature" th class:'fixed', "Type" th "Description" } @@ -168,7 +168,7 @@ html { } table(class: 'definition-table') { tr { - th class:'fixed', "Features" + th class:'fixed', "Feature" th class:'fixed', "Type" th "Description" }