Skip to content

Commit

Permalink
共通処理の見直しによる修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Sep 13, 2015
1 parent cebb557 commit ec5e3bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion View/Elements/BbsArticles/comment_approving_link.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<?php echo $this->Workflow->publishLinkButton('', array(
'tooltip' => true,
'iconSize' => 'xs'
'iconSize' => 'btn-xs'
)); ?>
<?php echo $this->Form->end(); ?>
<?php endif;
2 changes: 1 addition & 1 deletion View/Elements/BbsArticles/view_bbs_article.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ if ($currentBbsArticle['BbsArticle']['key'] === $bbsArticle['BbsArticle']['key']
<div class="nc-bbs-edit-link">
<?php echo $this->Button->editLink('', array('key' => $bbsArticle['BbsArticle']['key']), array(
'tooltip' => true,
'iconSize' => 'xs'
'iconSize' => 'btn-xs'
)); ?>
</div>
<?php endif; ?>
Expand Down

0 comments on commit ec5e3bc

Please sign in to comment.