Skip to content

Commit

Permalink
Minor content/typographical/styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NFarrington committed Jun 8, 2018
1 parent a043007 commit 076523d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions resources/views/platform/organizations/_form-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
<label class="col-sm-2 col-form-label">Prefix</label>
<div class="col-sm-10">
<p class="form-control-plaintext">
@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 &mdash;
<a href="{{ route('platform.organizations.prefix.create', $organization) }}">Apply</a>
<a href="{{ route('platform.organizations.prefix.create', $organization) }}">Apply Here</a>
@endif
</p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions resources/views/platform/organizations/prefix/_form.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="form-group row">
<div class="offset-2 col-sm-10">
<div class="offset-md-2 col-md-10">
<div class="alert alert-danger">
<p class="form-control-plaintext">
Only official VATSIM entities are eligible for a prefix (e.g. regions, divisions, and sub-divisions).
Expand All @@ -10,8 +10,8 @@
<p class="form-control-plaintext">
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.
<code>https://vats.im/uk/forums</code> to point to the VATSIM UK forums, rather than just
<code>https://vats.im/forums</code>, which could belong to any user or organization.
</p>
</div>
</div>
Expand Down

0 comments on commit 076523d

Please sign in to comment.