Skip to content

Commit

Permalink
fix #1643 管理側ブログ記事一覧画面のBcListTable->dispatchShowHead()の記述場所が間違っている点を修正 (
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchigam1 committed Feb 23, 2021
1 parent d5e02f7 commit d544f9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
) ?>
</th>
<th class="bca-table-listup__thead-th"><?php // 投稿日 ?>
<?php echo $this->BcListTable->dispatchShowHead() ?>
<?php echo $this->Paginator->sort(
'posts_date',
[
Expand All @@ -123,6 +122,7 @@
]
) ?>
</th>
<?php echo $this->BcListTable->dispatchShowHead() ?>
<th class="bca-table-listup__thead-th"><?php // アクション ?>
<?php echo __d('baser', 'アクション') ?>
</th>
Expand Down

0 comments on commit d544f9a

Please sign in to comment.