Skip to content

Commit 5d9dcd9

Browse files
committed
- Added headerActions to frontend card component
1 parent 271db9b commit 5d9dcd9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

resources/views/components/frontend/card.blade.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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

0 commit comments

Comments
 (0)