mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 00:12:42 +02:00
Merge branch 'MDL-72606-master' of https://github.com/lucaboesch/moodle
This commit is contained in:
commit
85e0a299f3
@ -84,7 +84,7 @@ class standard_action_bar extends base_action_bar {
|
||||
} else {
|
||||
$label = get_string('complete_the_form', 'feedback');
|
||||
}
|
||||
$items['left'][]['actionlink'] = new action_link($completeurl, $label, null, ['class' => 'btn btn-secondary']);
|
||||
$items['left'][]['actionlink'] = new action_link($completeurl, $label, null, ['class' => 'btn btn-primary']);
|
||||
}
|
||||
|
||||
return $items;
|
||||
|
Loading…
x
Reference in New Issue
Block a user