Skip to content

Commit

Permalink
Add breadcrumb translation to controller update.stub (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
damsfx authored Feb 20, 2024
1 parent 715fda7 commit c227d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backend/console/scaffold/controller/update.stub
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php Block::put('breadcrumb') ?>
<ul>
<li><a href="<?= Backend::url('{{lower_author}}/{{lower_plugin}}/{{lower_name}}') ?>">{{title_name}}</a></li>
<li><a href="<?= Backend::url('{{ controller_url }}') ?>"><?= e(trans('{{ model_lang_key }}.label_plural')); ?></a></li>
<li><?= e($this->pageTitle) ?></li>
</ul>
<?php Block::endPut() ?>
Expand Down

0 comments on commit c227d6b

Please sign in to comment.