File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 39
39
</li >
40
40
<li class =" {{ request ()-> is (' notification' ) ? ' active' : ' ' } }" >
41
41
<a href =" /notification" >
42
- <i class =" fa fa-exclamation-circle" ></i > notification </a >
42
+ <i class =" fa fa-exclamation-circle" ></i > Notification </a >
43
43
<span class =" badge badge-pill badge-success" >{{ $status [' notification' ] } } </span >
44
44
</li >
45
45
<li class =" {{ request ()-> is (' activity' ) ? ' active' : ' ' } }" >
48
48
</li >
49
49
<li class =" {{ request ()-> is (' profile' ) ? ' active' : ' ' } }" >
50
50
<a href =" /profile" >
51
- <i class =" fa fa-user-circle" ></i > profile </a >
51
+ <i class =" fa fa-user-circle" ></i > Profile </a >
52
52
</li >
53
53
<li >
54
54
<a action =" /logout" form =" logout" ajax_post >
Original file line number Diff line number Diff line change 3
3
<meta charset =" utf-8" >
4
4
<meta name =" robots" content =" noindex, nofollow" >
5
5
6
- <title >Login - KChat</title >
6
+ <title >Login :: KChat</title >
7
7
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
8
8
<meta name =" csrf_token" content =" {{ csrf_token () } }" />
9
9
<link href =" css/bootstrap.min.css" rel =" stylesheet" id =" bootstrap-css" >
Original file line number Diff line number Diff line change 2
2
<html lang =" en" ><head >
3
3
<meta charset =" utf-8" >
4
4
<meta name =" robots" content =" noindex, nofollow" >
5
- <title >Sign-On - KChat</title >
5
+ <title >Sign-On :: KChat</title >
6
6
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
7
7
<meta name =" csrf_token" content =" {{ csrf_token () } }" />
8
8
<link href =" css/bootstrap.min.css" rel =" stylesheet" id =" bootstrap-css" >
Original file line number Diff line number Diff line change 35
35
</li >
36
36
<li class =" {{ request ()-> is (' notification' ) ? ' active' : ' ' } }" >
37
37
<a href =" /notification" >
38
- <i class =" fa fa-exclamation-circle" ></i > notification </a >
38
+ <i class =" fa fa-exclamation-circle" ></i > Notification </a >
39
39
<span class =" badge badge-pill badge-success" >{{ $status [' notification' ] } } </span >
40
40
</li >
41
41
<li class =" {{ request ()-> is (' activity' ) ? ' active' : ' ' } }" >
44
44
</li >
45
45
<li class =" {{ request ()-> is (' profile' ) ? ' active' : ' ' } }" >
46
46
<a href =" /profile" >
47
- <i class =" fa fa-user-circle" ></i > profile </a >
47
+ <i class =" fa fa-user-circle" ></i > Profile </a >
48
48
</li >
49
49
<li >
50
50
<a action =" /logout" form =" logout" ajax_post >
You can’t perform that action at this time.
0 commit comments