Skip to content

Commit

Permalink
fix etichetta per allegati
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob committed Oct 1, 2023
1 parent e005472 commit 8037bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/resources/views/attachment/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@include('commons.multipleusers', ['obj' => $attachment, 'name' => 'users', 'label' => _i('Destinatari')])

<x-larastrap::field :label="_i('Scarica')">
<x-larastrap::field :label="_i('Visualizza o Scarica')">
@if($attachment->isImage())
<img src="{{ $attachment->download_url }}" class="img-fluid mb-2">
@endif
Expand Down
2 changes: 1 addition & 1 deletion code/resources/views/attachment/show.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<x-larastrap::mform :buttons="[]">
<div class="row">
<div class="col-md-12">
<x-larastrap::field :label="_i('Scarica')">
<x-larastrap::field :label="_i('Visualizza o Scarica')">
@if($attachment->isImage())
<img src="{{ $attachment->download_url }}" class="img-fluid mb-2">
@endif
Expand Down

0 comments on commit 8037bdc

Please sign in to comment.