diff --git a/module/block/ui/bugblock.html.php b/module/block/ui/bugblock.html.php index 15fc709aa8..068fcb77ef 100644 --- a/module/block/ui/bugblock.html.php +++ b/module/block/ui/bugblock.html.php @@ -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 diff --git a/module/block/ui/recentprojectblock.html.php b/module/block/ui/recentprojectblock.html.php index c0425d6c86..5ef2c57671 100644 --- a/module/block/ui/recentprojectblock.html.php +++ b/module/block/ui/recentprojectblock.html.php @@ -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'),