diff --git a/resources/views/platform/organizations/_form-edit.blade.php b/resources/views/platform/organizations/_form-edit.blade.php index 9680278..fd56f50 100644 --- a/resources/views/platform/organizations/_form-edit.blade.php +++ b/resources/views/platform/organizations/_form-edit.blade.php @@ -21,13 +21,13 @@
- @if($organization->prefixApplication) - Application Submitted: {{ $organization->prefixApplication->created_at->diffForHumansAt() }} (Pending Approval) - @elseif($organization->prefix) - https://vats.im/{{ $organization->prefix }}/ + @if($organization->prefix) + {{ config('app.url') }}/{{ $organization->prefix }}/ + @elseif($organization->prefixApplication) + Pending Approval since {{ $organization->prefixApplication->created_at->diffForHumansAt() }} @else None — - Apply + Apply Here @endif
Only official VATSIM entities are eligible for a prefix (e.g. regions, divisions, and sub-divisions). @@ -10,8 +10,8 @@
A prefix provides organizations with a guaranteed way of using any short URL with their prefix, and to
help users identify the locale a link is pointing to. For example, it would make more sense to use
- https://vats.im/uk/forums to point to the VATSIM UK forums, rather than just https://vats.im/forums,
- which could belong to any organization.
+ https://vats.im/uk/forums
to point to the VATSIM UK forums, rather than just
+ https://vats.im/forums
, which could belong to any user or organization.