Skip to content

Commit 2d1ed00

Browse files
committed
fix: hardcoded index route fixed in show.stub
1 parent 6fd0f46 commit 2d1ed00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/scaffold/views/show.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010
<div class="col-sm-6">
1111
<a class="btn btn-default float-right"
12-
href="{{ route('posts.index') }}">
12+
href="{{ route('$ROUTE_NAMED_PREFIX$$MODEL_NAME_PLURAL_CAMEL$.index') }}">
1313
Back
1414
</a>
1515
</div>

0 commit comments

Comments
 (0)