Compare commits

...

2 Commits

Author SHA1 Message Date
snipe ea0a0a4a69 Merge branch 'develop' 2017-10-18 02:35:43 -07:00
snipe 34442362ca Fixes bad route for new groups 2017-10-18 02:35:30 -07:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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',
);
+1 -1
View File
@@ -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>