Merge branch 'master' of https://github.com/brkcvn/akaunting into code-clean

This commit is contained in:
Burak Civan
2022-08-19 09:52:09 +03:00
3 changed files with 15 additions and 5 deletions

View File

@ -5,8 +5,7 @@
@include($class->views['summary.content.header'])
@foreach($class->tables as $table_key => $table_name)
<div
class="flex flex-col lg:flex-row mt-12">
<div class="flex flex-col lg:flex-row mt-12">
@include($class->views['summary.table'])
@if (! $is_print)

View File

@ -7,7 +7,7 @@
<div class="flex items-center">
@if ($report = $class->getReportUrl())
<x-link href="{{ $report }}" class="text-purple text-sm mr-3" override="class">
<x-link href="{{ $report }}" class="text-purple text-sm mr-3 text-right" override="class">
<x-link.hover color="to-purple">
{{ trans('widgets.view_report') }}
</x-link.hover>