diff options
Diffstat (limited to 'javascript/app/templates/package/show')
| -rw-r--r-- | javascript/app/templates/package/show/file.hbs | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/app/templates/package/show/file.hbs b/javascript/app/templates/package/show/file.hbs index b127fd7..0d356e5 100644 --- a/javascript/app/templates/package/show/file.hbs +++ b/javascript/app/templates/package/show/file.hbs @@ -1,11 +1,11 @@ -{{#if model.isHaskellModule}}  +{{#if model.isHaskellModule}}      {{haskell-module        path=model.id        name=model.name        packageId=model.packageId        componentId=model.componentId        html=model.sourceCodeHtml -      identifiers=model.identifiers       +      identifiers=model.identifiers        occurrences=model.occurrences        colorTheme=settings.colorTheme        declarations=model.declarations  | 
