Skip to content
Snippets Groups Projects
Commit 1dcfb16c authored by dcz's avatar dcz
Browse files

Display display bugfix.

parent e5ebef4f
No related merge requests found
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment