mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
Table border.
This commit is contained in:
parent
f0a5756f25
commit
23fc652092
@ -1,7 +1,7 @@
|
|||||||
@if(is_object($accounts) && method_exists($accounts, 'render'))
|
@if(is_object($accounts) && method_exists($accounts, 'render'))
|
||||||
{!! $accounts->render() !!}
|
{!! $accounts->render() !!}
|
||||||
@endif
|
@endif
|
||||||
<table class="table table-striped">
|
<table class="table table-striped table-bordered">
|
||||||
<tr>
|
<tr>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
Loading…
Reference in New Issue
Block a user