Skip to content

Commit ea0a0a4

Browse files
committed
Merge branch 'develop'
2 parents b846bb2 + 3444236 commit ea0a0a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
return array (
3-
'app_version' => 'v4.0.12',
4-
'build_version' => '272',
5-
'hash_version' => 'gea63ced',
6-
'full_hash' => 'v4.0.12-272-gea63ced',
3+
'app_version' => 'v4.0.13',
4+
'build_version' => '273',
5+
'hash_version' => 'gab3f5f4',
6+
'full_hash' => 'v4.0.13-273-gab3f5f4',
77
);

resources/views/settings/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div class="col-md-4 col-lg-3 col-sm-6 col-xl-1">
5252
<div class="box box-default">
5353
<div class="box-body text-center">
54-
<a href="{{ route('settings.groups.index') }}" class="btn btn-lg btn-white"><i class="fa fa-group fa-3x"></i></a>
54+
<a href="{{ route('groups.index') }}" class="btn btn-lg btn-white"><i class="fa fa-group fa-3x"></i></a>
5555
<br>
5656
Groups
5757
<p class="help-block">Account permission groups</p>

0 commit comments

Comments
 (0)