mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-17 09:09:03 +00:00
Revert french translations but keep bug fixes
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<div class="card-header">{{ doc.name }}</div>
|
||||
<div class="card-body">
|
||||
<h3>Propriétés du document</h3>
|
||||
<h3>Document properties</h3>
|
||||
|
||||
<table class="info-table table-hover table-striped">
|
||||
<tbody>
|
||||
@@ -26,21 +26,21 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<h3>JSON</h3>
|
||||
<h3>Raw JSON</h3>
|
||||
<textarea class="form-control" style="min-height: 100px" readonly>{{ doc | tojson }}</textarea>
|
||||
|
||||
<hr>
|
||||
|
||||
<h3><a href="/directory/{{ directory.id }}">Dossier</a></h3>
|
||||
<h3><a href="/directory/{{ directory.id }}">Directory</a></h3>
|
||||
<table class="info-table table-hover table-striped">
|
||||
<tbody>
|
||||
|
||||
<tr>
|
||||
<th>Chemin</th>
|
||||
<th>Path</th>
|
||||
<td><pre>{{ directory.path }}</pre></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Nom</th>
|
||||
<th>Name</th>
|
||||
<td><pre>{{ directory.name }}</pre></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user