Skip to content

Commit

Permalink
refs #741 same changes use invoice page.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Feb 4, 2019
1 parent 8683dba commit 6792f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/incomes/invoices/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
</div>

<div class="row">
<div class="col-xs-6">
<div class="col-md-6 col-sm-12">
<div class="box box-default collapsed-box">
<div class="box-header with-border">
<h3 class="box-title">{{ trans('invoices.histories') }}</h3>
Expand Down Expand Up @@ -383,7 +383,7 @@
</div>
</div>

<div class="col-xs-6">
<div class="col-md-6 col-sm-12">
<div class="box box-default collapsed-box">
<div class="box-header with-border">
<h3 class="box-title">{{ trans('invoices.payments') }}</h3>
Expand Down

0 comments on commit 6792f67

Please sign in to comment.