Skip to content

Commit

Permalink
fix template linting errors even though they're not the same ones I s…
Browse files Browse the repository at this point in the history
…ee in travis
  • Loading branch information
tomwayson committed Jul 26, 2019
1 parent 5edd1c3 commit 1c98746
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/dummy/app/templates/application.hbs
@@ -1,10 +1,10 @@
<div class="container">

<!-- JSAPI load status -->
{{!-- JSAPI load status --}}
<p style="text-align: right">The ArcGIS API for JavaScript
is: <strong>{{#unless jsapiLoaded }}<span class="text-muted">Loading...</span>{{else}}<span class="text-success">Loaded</span>{{/unless}}</strong></p>

<!-- navbar -->
{{!-- navbar --}}
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
Expand All @@ -26,10 +26,10 @@
<li><a href="https://github.com/Esri/ember-esri-loader" target="_blank">GitHub</a></li>
</ul>
</div>
</div><!--/.container-fluid -->
</div>{{!--/.container-fluid --}}
</nav>

<!-- page content -->
{{!-- page content --}}
{{outlet}}

</div> <!-- /container -->
</div> {{!-- /container --}}

0 comments on commit 1c98746

Please sign in to comment.