mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 09:38:36 +00:00
Fixed spacing in domain listing
Fixed spacing in domain listing
This commit is contained in:
parent
8f004cfc79
commit
39ffe0712b
1 changed files with 1 additions and 2 deletions
|
@ -32,8 +32,7 @@
|
|||
@foreach($domains as $domain)
|
||||
<tr>
|
||||
<td class="text-nowrap"><a href="https://{{ $domain->domain }}.{{$domain->extension}}"
|
||||
class="text-decoration-none">{{ $domain->domain }}
|
||||
.{{$domain->extension}}</a></td>
|
||||
class="text-decoration-none">{{ $domain->domain }}.{{$domain->extension}}</a></td>
|
||||
<td class="text-nowrap">{{ $domain->owned_since}}</td>
|
||||
<td class="text-nowrap">{{ now()->diffInDays($domain->next_due_date) }} <small>days</small>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue