Skip to content

Commit

Permalink
Merge pull request #99 from s-nakajima/master
Browse files Browse the repository at this point in the history
バグ修正
  • Loading branch information
s-nakajima committed Aug 16, 2016
2 parents 9d108b1 + 6e43854 commit ad60219
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion View/Elements/BbsArticles/reply_link.ctp
Expand Up @@ -36,7 +36,8 @@
__d('bbses', 'Write comment'),
array(
'class' => 'btn btn-success btn-xs bbs-write-comment-link',
'icon' => 'glyphicon-comment'
'icon' => 'glyphicon-comment',
'mobileHide' => true
)
);
?>
Expand Down
6 changes: 2 additions & 4 deletions View/Elements/BbsArticles/view_bbs_article.ctp
Expand Up @@ -37,10 +37,8 @@ $linkFormatId = BbsArticlesController::LINK_ID_FORMAT;
echo $this->Workflow->label($bbsArticle['BbsArticle']['status']);
}

$title = $this->NetCommonsHtml->titleIcon(
$bbsArticle['BbsArticle']['title_icon']) . ' ' . h($bbsArticle['BbsArticle']['title']
);
echo h($title);
echo $this->NetCommonsHtml->titleIcon($bbsArticle['BbsArticle']['title_icon']) . ' ' .
h($bbsArticle['BbsArticle']['title']);
?>

<?php if ($isRootArticle) : ?>
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/style.css
Expand Up @@ -8,7 +8,7 @@

.nc-bbs-edit-link {
display: inline-block;
padding-left: 8px;
padding-left: 4px;
}

/*.frame .nc-content-list article h3.bbses-view-title,
Expand Down

0 comments on commit ad60219

Please sign in to comment.