* Add the more button for recent project block.
This commit is contained in:
@@ -23,7 +23,6 @@ panel
|
||||
set::title($block->title),
|
||||
set('class', 'bug-block ' . ($longBlock ? 'block-long' : 'block-sm')),
|
||||
set('headingClass', 'border-b'),
|
||||
|
||||
to::headingActions
|
||||
(
|
||||
a
|
||||
|
||||
@@ -122,9 +122,19 @@ foreach($projects as $projectID => $project)
|
||||
|
||||
panel
|
||||
(
|
||||
set('class', 'recentproject-block'),
|
||||
set('class', 'bug-block ' . ($longBlock ? 'block-long' : 'block-sm')),
|
||||
set('headingClass', 'border-b'),
|
||||
set::title($lang->block->titleList['recentproject']),
|
||||
to::headingActions
|
||||
(
|
||||
a
|
||||
(
|
||||
set('class', 'text-gray'),
|
||||
set('href', $block->moreLink),
|
||||
$lang->more,
|
||||
icon('caret-right')
|
||||
)
|
||||
),
|
||||
div
|
||||
(
|
||||
set('class', 'flex flex-wrap cards justify-between'),
|
||||
|
||||
Reference in New Issue
Block a user