mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
Merge branch 'develop'
This commit is contained in:
commit
ea0a0a4a69
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
return array (
|
||||
'app_version' => 'v4.0.12',
|
||||
'build_version' => '272',
|
||||
'hash_version' => 'gea63ced',
|
||||
'full_hash' => 'v4.0.12-272-gea63ced',
|
||||
'app_version' => 'v4.0.13',
|
||||
'build_version' => '273',
|
||||
'hash_version' => 'gab3f5f4',
|
||||
'full_hash' => 'v4.0.13-273-gab3f5f4',
|
||||
);
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
<div class="col-md-4 col-lg-3 col-sm-6 col-xl-1">
|
||||
<div class="box box-default">
|
||||
<div class="box-body text-center">
|
||||
<a href="{{ route('settings.groups.index') }}" class="btn btn-lg btn-white"><i class="fa fa-group fa-3x"></i></a>
|
||||
<a href="{{ route('groups.index') }}" class="btn btn-lg btn-white"><i class="fa fa-group fa-3x"></i></a>
|
||||
<br>
|
||||
Groups
|
||||
<p class="help-block">Account permission groups</p>
|
||||
|
|
Loading…
Reference in a new issue