Skip to content

Commit

Permalink
Merge branch 'wip/behaviour-default-views' of github.com:wintercms/wi…
Browse files Browse the repository at this point in the history
…nter into wip/behaviour-default-views
  • Loading branch information
jaxwilko committed Feb 17, 2025
2 parents 41f1fb5 + 8b65ce0 commit 4a2760b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/backend/behaviors/listcontroller/_list_toolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<div data-control="toolbar">
<a
href="<?= url()->current() . '/create' ?>"
href="<?= $this->actionUrl('create') ?>"
class="btn btn-primary wn-icon-plus">
<?= e(trans('backend::lang.form.create_title', ['name' => trans(\Winter\Storm\Support\Str::before($listConfig->title, '_plural'))])); ?>
</a>
Expand Down

0 comments on commit 4a2760b

Please sign in to comment.