From 1c987460ee447f676aff0704c7ec560261f26bd1 Mon Sep 17 00:00:00 2001 From: Tom Wayson Date: Thu, 25 Jul 2019 17:41:57 -0700 Subject: [PATCH] fix template linting errors even though they're not the same ones I see in travis --- tests/dummy/app/templates/application.hbs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/dummy/app/templates/application.hbs b/tests/dummy/app/templates/application.hbs index afe1aba..e5e4f93 100644 --- a/tests/dummy/app/templates/application.hbs +++ b/tests/dummy/app/templates/application.hbs @@ -1,10 +1,10 @@
- + {{!-- JSAPI load status --}}

The ArcGIS API for JavaScript is: {{#unless jsapiLoaded }}Loading...{{else}}Loaded{{/unless}}

- + {{!-- navbar --}}
{{!--/.container-fluid --}} - + {{!-- page content --}} {{outlet}} - + {{!-- /container --}}