From c43a51e2bb96b9e206a5a8e7a3cbd159f8370bfe Mon Sep 17 00:00:00 2001 From: Samuel Goodell Date: Mon, 10 Jul 2017 14:03:39 -0500 Subject: [PATCH] Inline paid and beta labels for sidebar --- scripts/docs/templates/native_menu.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/templates/native_menu.template.html b/scripts/docs/templates/native_menu.template.html index aa9ca3d7..a52a5655 100644 --- a/scripts/docs/templates/native_menu.template.html +++ b/scripts/docs/templates/native_menu.template.html @@ -6,5 +6,5 @@ <@- for doc in docs @><@ if doc.URL and doc.private != true @>
  • - <$ doc.name $> <@ if doc.paid == true @><@ endif @><@ if doc.beta == true @>β<@ endif @> + <$ doc.name $><@ if doc.paid == true @> <@ endif @><@ if doc.beta == true @> β<@ endif @>
  • <@ endif @><@ endfor @>