mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
gfse: show grammar comments in the list of public grammars
gf -server now includes the comment field from the grammar in the response to /cloud requests with command=ls-t and ext=.json
This commit is contained in:
@@ -179,6 +179,7 @@ function draw_grammar_list() {
|
||||
td(title(tip,
|
||||
a(jsurl('open_public("'+file+'")'),
|
||||
[text(basename)]))),
|
||||
td(text(files[i].comment||"")),
|
||||
td(when)]))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user