travis-web/app/templates/main/error.hbs
2015-02-03 09:44:34 +01: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}}