File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
src/light-bootstrap-stubs/resources/views Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,7 @@ All notable changes to `Light Bootstrap Dashboard` frontend preset for Laravel w
11
11
## Version 1.0.1 - 2019-09-23
12
12
13
13
- Update to Laravel 6.x
14
+
15
+ ## Version 1.0.2 - 2020-03-18
16
+
17
+ - Update to Laravel 7.x
Original file line number Diff line number Diff line change 76
76
<p >{{ __ (" Notifications" ) } } </p >
77
77
</a >
78
78
</li >
79
- <li class =" nav-item active-pro bg-danger " >
80
- <a class =" nav-link active" href =" {{ route (' page.index' , ' upgrade' )} }" >
79
+ <li class =" nav-item" >
80
+ <a class =" nav-link active bg-danger " href =" {{ route (' page.index' , ' upgrade' )} }" >
81
81
<i class =" nc-icon nc-alien-33" ></i >
82
82
<p >{{ __ (" Upgrade to PRO" ) } } </p >
83
83
</a >
84
84
</li >
85
85
</ul >
86
86
</div >
87
- </div >
87
+ </div >
Original file line number Diff line number Diff line change 187
187
<p >{{ __ (" Notifications" ) } } </p >
188
188
</a >
189
189
</li >
190
- <li class =" nav-item active-pro " >
191
- <a class =" nav-link active" href =" {{ route (' page.index' , ' upgrade' )} }" >
190
+ <li class =" nav-item" >
191
+ <a class =" nav-link active bg-danger " href =" {{ route (' page.index' , ' upgrade' )} }" >
192
192
<i class =" nc-icon nc-alien-33" ></i >
193
193
<p >{{ __ (" Upgrade to PRO" ) } } </p >
194
194
</a >
511
511
});
512
512
});
513
513
</script >
514
- </html >
514
+ </html >
You can’t perform that action at this time.
0 commit comments