Skip to content

Commit

Permalink
Merge pull request #178 from dbarzin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dbarzin authored Oct 12, 2024
2 parents b3ca942 + c1ea4be commit 22dcad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pour installer l'API, il est nécessaire d'installer Passport en lançant cette
php artisan passport:install
```

- l'environnement Docker prend en charge cette fonctionnalité nativement, via le l'entrypoint.
L'environnement Docker prend en charge cette fonctionnalité nativement, via l'[entrypoint](https://github.com/dbarzin/deming/blob/main/docker/entrypoint.sh).

### Les APIs

Expand Down
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To install the API, you need to install Passport by running this command:
php artisan passport:install
```

- The Docker environment supports this functionality natively, via the entrypoint.
The Docker environment supports this functionality natively, via the [entrypoint](https://github.com/dbarzin/deming/blob/main/docker/entrypoint.sh).

### The APIs

Expand Down
2 changes: 1 addition & 1 deletion resources/views/documents/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function bytesToHuman($bytes) {
<div class="cell-4">
<a href="/doc/template?id=1" target="_new">{{ trans('cruds.document.model.control') }}</a>
@if (file_exists(storage_path('app/models/control_.docx')))
/ <a href="/doc/template?id=3" target="_new">{{ trans('cruds.document.model.custom') }}</a>
/ <a href="/doc/template?id=2" target="_new">{{ trans('cruds.document.model.custom') }}</a>
@endif
<input type="file" data-role="file" name="template1">
</div>
Expand Down

0 comments on commit 22dcad9

Please sign in to comment.