Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
Add hint for users that have misconfigured SeAT-Groups
Browse files Browse the repository at this point in the history
* This addresses #7
  • Loading branch information
herpaderpaldent committed Jun 17, 2018
1 parent a89e5f2 commit c47ab3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/resources/views/seatgroups/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@

<h3>Available for whom</h3>
<p>Select the corporation to which the SeAT Group is bound.</p>
@if($seatgroup->corporation->isEmpty())
<div class="alert alert-info alert-dismissible">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
<h4><i class="icon fa fa-info"></i> SeAT-Group is not working</h4>
SeAT-Group needs a corporation to set to work correctly. This will prevent members that have been purged from corporation to still keep their roles.
</div>
@endif

<div class="panel panel-default">
<div class="panel-heading">
Expand Down

0 comments on commit c47ab3d

Please sign in to comment.