Update version numbers and fix UI styling

This commit is contained in:
Andras Bacsai
2024-03-25 16:42:41 +01:00
parent 2be2a2621e
commit c5eff85c28
8 changed files with 15 additions and 61 deletions

View File

@@ -16,7 +16,7 @@
<div class="box-description ">
{{ $project->description }}</div>
</a>
<div class="flex items-center">
<div class="flex items-center text-xs">
<a class="mx-4 font-bold hover:underline"
href="{{ route('project.edit', ['project_uuid' => data_get($project, 'uuid')]) }}">
Settings

View File

@@ -17,7 +17,7 @@
<div class="description">
{{ $environment->description }}</div>
</a>
<div class="flex items-center">
<div class="flex items-center text-xs">
<a class="mx-4 font-bold hover:underline"
href="{{ route('project.environment.edit', ['project_uuid' => data_get($project, 'uuid'), 'environment_name' => $environment->name]) }}">
Settings