We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8198e16 commit 942014fCopy full SHA for 942014f
1 file changed
authentic-init.pl
@@ -1522,6 +1522,9 @@ sub get_button_style
1522
$icon = "pencil-square-o";
1523
} elsif (string_contains($keys, "clone")) {
1524
$icon = "clone";
1525
+ if (string_contains($keys, "pods_clone_button")) {
1526
+ $class = "success ";
1527
+ }
1528
} elsif (string_contains($keys, "index_tmpls")) {
1529
$icon = "table-edit fa-1_25x";
1530
} elsif (string_contains($keys, "index_sched") ||
0 commit comments