Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-de-wit authored Dec 7, 2018
1 parent d6c954f commit f041672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/resources/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
name: 'detail',
params: {
resourceName: '{{ $resource::uriKey() }}',
resourceId: {{ $resource::firstRecordId() }}
resourceId: {{ $resource::singleRecordId() }}
}
}" class="text-white text-justify no-underline dim">
{{ $resource::label() }}
Expand Down

0 comments on commit f041672

Please sign in to comment.