File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
resources/views/components/frontend Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ All notable changes to this project will be documented in this file.
55
66## [ 7.1.1] - 2020-07-XX
77
8+ ## Added
9+
10+ - Added method and scope to get users by type
11+ - Added headerActions to frontend card component
12+
813## Changed
914
1015- Be explicit when showing type labels in the backend
11- - Added method and scope to get users by type
1216- Moved frontend user routes to own file
1317- Change default password expiration days to 180
1418- Change default 'change email' status to true
Original file line number Diff line number Diff line change 22 @if (isset ($header ) )
33 <div class =" card-header" >
44 {{ $header } }
5+
6+ @if (isset ($headerActions ) )
7+ <div class =" d-inline-block float-right" >
8+ {{ $headerActions } }
9+ </div ><!-- card-header-actions-->
10+ @endif
511 </div ><!-- card-header-->
612 @endif
713
You can’t perform that action at this time.
0 commit comments