Merge pull request 'Make pretty' (#4) from Proximity/staffmanager:develop into develop

Reviewed-on: https://code.spacejewel-hosting.com/spacejewelhosting/staffmanager/pulls/4
This commit is contained in:
Miguel Nogueira 2020-12-20 14:15:47 +00:00
commit 7c663dcc02
2 changed files with 19 additions and 5 deletions

View File

@ -43,10 +43,10 @@ Many other features are currently planned for this app, such as:
Tech stack:
- [Laravel 7](https://laravel.com/)
- Eloquent ORM
- AdminLTE / Bootstrap 4
- jQuery / Plain Javascript
- vueJS (in the future)
- [Eloquent ORM](https://laravel.com/docs/5.0/eloquent)
- [AdminLTE](https://adminlte.io/) / [Bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/introduction/)
- [jQuery](https://jquery.com/) / [Plain Javascript](https://www.javascript.com/)
- [vueJS](https://vuejs.org/) (in the future)
# Stability

View File

@ -124,7 +124,8 @@
@if (Auth::user()->hasRole('admin'))
<a href="{{ route('registeredPlayerList') }}" class="small-box-footer">{{__('messages.open')}} <i class="fas fa-arrow-circle-right"></i></a>
@else
<a class="small-box-footer"><i class="fas"></i></a>
@endif
</div>
</div>
@ -140,6 +141,12 @@
<div class="icon">
<i class="fas fa-user-slash"></i>
</div>
@if (Auth::user()->hasRole('admin'))
<a href="{{ route('allApplications') }}" class="small-box-footer">{{__('messages.open')}} <i class="fas fa-arrow-circle-right"></i></a>
@else
<a class="small-box-footer"><i class="fas"></i></a>
@endif
</div>
</div>
<!-- ./col -->
@ -154,6 +161,12 @@
<div class="icon">
<i class="fas fa-plus"></i>
</div>
@if (Auth::user()->hasRole('admin'))
<a href="{{ route('allApplications') }}" class="small-box-footer">{{__('messages.open')}} <i class="fas fa-arrow-circle-right"></i></a>
@else
<a class="small-box-footer"><i class="fas"></i></a>
@endif
</div>
</div>
<!-- ./col -->
@ -168,6 +181,7 @@
<div class="icon">
<i class="fas fa-vote-yea"></i>
</div>
<a class="small-box-footer"><i class="fas"></i></a>
</div>
</div>
<!-- ./col -->