From 1dcfb16c86505533783e93c36791c8169be1a8f1 Mon Sep 17 00:00:00 2001 From: dcz <dcz@ipipan.waw.pl> Date: Thu, 30 Jun 2022 23:56:26 +0200 Subject: [PATCH] Display display bugfix. --- .../static/entries/js/components/Entries.js | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/entries/static/entries/js/components/Entries.js b/entries/static/entries/js/components/Entries.js index c3f846c..159e352 100644 --- a/entries/static/entries/js/components/Entries.js +++ b/entries/static/entries/js/components/Entries.js @@ -46,18 +46,18 @@ export default { :initialIsEdit="isEdit" /> </div> <div class="col w-100 p-0 tab-pane" id="examples"> - <table id="unmatched-examples" class="table table-sm table-hover"> - <thead> - <tr> - <th scope="col">{{ gettext("Przykład") }}</th> - <th scope="col">{{ gettext("Źródło") }}</th> - <th scope="col">{{ gettext("Opinia") }}</th> - </tr> - </thead> - <tbody id="unmatched-examples-list"> - </tbody> + <table id="semantics-examples" class="table table-sm table-hover"> + <thead> + <tr> + <th scope="col">{{ gettext("Przykład") }}<i id="examples-argument"></i><i id="examples-lu"></i><i id="examples-schema"></i></th> + <th scope="col">{{ gettext("Źródło") }}</th> + <th scope="col">{{ gettext("Opinia") }}</th> + </tr> + </thead> + <tbody id="semantics-examples-list"> + </tbody> </table> - <p class="mx-1 my-1" id="unmatched-no-examples">{{ gettext("Brak przykładów") }}</p> + <p class="mx-1 my-1" id="semantics-no-examples">{% trans "Brak przykładów" %}</p> </div> </div> </div> -- GitLab