Revert french translations but keep bug fixes

This commit is contained in:
simon987
2019-03-10 14:52:46 -04:00
parent f76c935c49
commit 2092239dc1
17 changed files with 183 additions and 224 deletions

View File

@@ -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>