aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/profile/buttons.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/views/default/groups/profile/buttons.php')
-rw-r--r--mod/groups/views/default/groups/profile/buttons.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/views/default/groups/profile/buttons.php b/mod/groups/views/default/groups/profile/buttons.php
index bd7560bb8..31df7a5b5 100644
--- a/mod/groups/views/default/groups/profile/buttons.php
+++ b/mod/groups/views/default/groups/profile/buttons.php
@@ -47,7 +47,7 @@ if ($actions) {
echo elgg_view('output/url', array(
'text' => $action,
'href' => $url,
- 'class' => 'elgg-action-button',
+ 'class' => 'elgg-button-action',
));
}
}