Skip to content

Commit

Permalink
fixed #1487
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jun 17, 2020
1 parent b478508 commit 1b8aa23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions resources/views/wizard/currencies/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@
<div class="col-sm-6">
<a href="{{ url('wizard/companies') }}" class="btn btn-icon btn-white header-button-top">
<span class="btn-inner--icon"><i class="fas fa-arrow-left"></i></span>
<span class="btn-inner--text">{{ trans('modules.back') }}</span>
<span class="btn-inner--text">{{ trans('pagination.previous') }}</span>
</a>
</div>
<div class="col-sm-6 text-right">
<a href="{{ url('wizard/taxes') }}" id="wizard-skip" class="btn btn-icon btn-white header-button-top">
<span class="btn-inner--icon"><i class="fas fa-arrow-right"></i></span>
<span class="btn-inner--text">{{ trans('general.skip') }}</span>
<span class="btn-inner--text">{{ trans('pagination.next') }}</span>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/wizard/finish/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<div class="col-sm-6">
<a href="{{ url('wizard/taxes') }}" class="btn btn-icon btn-white header-button-top">
<span class="btn-inner--icon"><i class="fas fa-arrow-left"></i></span>
<span class="btn-inner--text">{{ trans('modules.back') }}</span>
<span class="btn-inner--text">{{ trans('pagination.previous') }}</span>
</a>
</div>
<div class="col-sm-6 text-right">
Expand Down
4 changes: 2 additions & 2 deletions resources/views/wizard/taxes/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@
<div class="col-sm-6">
<a href="{{ url('wizard/currencies') }}" class="btn btn-icon btn-white header-button-top">
<span class="btn-inner--icon"><i class="fas fa-arrow-left"></i></span>
<span class="btn-inner--text">{{ trans('modules.back') }}</span>
<span class="btn-inner--text">{{ trans('pagination.previous') }}</span>
</a>
</div>
<div class="col-sm-6 text-right">
<a href="{{ url('wizard/finish') }}" id="wizard-skip" class="btn btn-icon btn-white header-button-top">
<span class="btn-inner--icon"><i class="fas fa-arrow-right"></i></span>
<span class="btn-inner--text">{{ trans('general.skip') }}</span>
<span class="btn-inner--text">{{ trans('pagination.next') }}</span>
</a>
</div>
</div>
Expand Down

0 comments on commit 1b8aa23

Please sign in to comment.