Skip to content

Commit

Permalink
Merge pull request #17 from aaronbushnell/patch-1
Browse files Browse the repository at this point in the history
Update reference to the asset bundle
  • Loading branch information
RobErskine authored Jan 14, 2020
2 parents a8d67e7 + eeefc25 commit bca9d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/index.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{% extends "_layouts/cp" %}

{% do view.registerAssetBundle("hillholliday\\usermanual\\assetbundles\\usermanual\\UserManualAsset") %}
{% do view.registerAssetBundle("hillholliday\\usermanual\\assetbundles\\UserManual\\UserManualAsset") %}

{% set sectionSelected = (craft.userManual.settings.section is defined)
? craft.userManual.settings.section
Expand Down

0 comments on commit bca9d07

Please sign in to comment.