travis-web/assets/scripts/app/templates/index/loading.hbs
Piotr Sarnacki a8784a58fa Use index/loading template instead of IndexLoadingRoute
By default Ember.js will use either IndexLoadingRoute or index/loading
template. Before this commit we were specyfing IndexLoadingRoute, which
was renderring index_loading template. This is not needed as long as we
use index/loading template - the effect is the same, but we use a
default.
2014-02-12 07:48:44 +01:00

2 lines
48 B
Handlebars

<div class="loading"><span>Loading</span></div>