Merge pull request #1046 from coollabsio/ijpatricio-wip-10

Fix `not found` label for servers.
This commit is contained in:
Andras Bacsai 2023-04-19 09:08:13 +02:00 committed by GitHub
commit c3f13b54c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
@forelse ($servers as $server)
<a href="{{ route('project.environments', [$server->uuid]) }}">{{ data_get($server, 'name') }}</a>
@empty
<p>No projects found.</p>
<p>No servers found.</p>
@endforelse
<h1>Projects</h1>
@forelse ($projects as $project)