From ec5e3bc73282c8932a6516e4b71d978abe007499 Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Sun, 13 Sep 2015 15:00:34 +0900 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E9=80=9A=E5=87=A6=E7=90=86=E3=81=AE?= =?UTF-8?q?=E8=A6=8B=E7=9B=B4=E3=81=97=E3=81=AB=E3=82=88=E3=82=8B=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- View/Elements/BbsArticles/comment_approving_link.ctp | 2 +- View/Elements/BbsArticles/view_bbs_article.ctp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' )); ?>