travis-web/assets/scripts/app/templates/index/error.hbs
2014-05-12 11:03:10 +02:00

8 lines
199 B
Handlebars

{{#if slug}}
<div id="repo">
<span class="not-found">The repository at {{slug}} was not found.</span>
</div>
{{else}}
<p>There was an error while loading data, please try again</p>
{{/if}}