diff --git a/View/Elements/BbsArticles/comment_approving_link.ctp b/View/Elements/BbsArticles/comment_approving_link.ctp index b4352f6..33b139f 100644 --- a/View/Elements/BbsArticles/comment_approving_link.ctp +++ b/View/Elements/BbsArticles/comment_approving_link.ctp @@ -29,7 +29,7 @@ Workflow->publishLinkButton('', array( 'tooltip' => true, - 'iconSize' => 'xs' + 'iconSize' => 'btn-xs' )); ?> Form->end(); ?> Button->editLink('', array('key' => $bbsArticle['BbsArticle']['key']), array( 'tooltip' => true, - 'iconSize' => 'xs' + 'iconSize' => 'btn-xs' )); ?>