Skip to content

Commit e412db1

Browse files
committed
Bug: Attached files visualitzation in ticket card
1 parent e7350a5 commit e412db1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Views/tickets/show/body.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class="btn btn-light"
208208
?>
209209

210210
@if($images_count > 0)
211-
<div class="{{ $ticket->attachments()->notImages()->count() > 0 ? 'col-sm-6' : 'col-xs-12' }}">
211+
<div class="{{ $ticket->attachments()->notImages()->count() > 0 ? 'col-sm-6' : 'col-12' }}">
212212
<b style="display: block; margin: 0em 0em 0.5em 0em;">{{ trans('panichd::lang.attached-images') }}</b>
213213
<div id="ticket_attached" class="panel-group grouped_check_list deletion_list attached_list">
214214

@@ -219,7 +219,7 @@ class="btn btn-light"
219219
</div>
220220
@endif
221221
@if($notimages_count > 0)
222-
<div class="{{ $ticket->attachments()->images()->count() > 0 ? 'col-sm-6' : 'col-xs-12' }}">
222+
<div class="{{ $ticket->attachments()->images()->count() > 0 ? 'col-sm-6' : 'col-12' }}">
223223
<b style="display: block; margin: 0em 0em 0.5em 0em;">{{ trans('panichd::lang.attached-files') }}</b>
224224
<div id="ticket_attached" class="panel-group attached_list">
225225

0 commit comments

Comments
 (0)