Skip to content

Commit

Permalink
display module ID in backend H1
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Oct 14, 2020
1 parent 9a7bbcf commit bac04a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ class="btn btn-default btn-flat" data-method="post">Sign out</a>
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
<?= $this->title ?>
<small><?= Inflector::id2camel($this->context->module->id) ?></small>
<?= Inflector::id2camel($this->context->module->id) ?>
<small><?= Yii::t('backend-module', 'Module') ?></small>
</h1>
<?=
Breadcrumbs::widget(
Expand Down

0 comments on commit bac04a1

Please sign in to comment.