Gitter migration: Point people to app.gitter.im (rollout pt. 1)
[gitter.git] / public / templates / 404.hbs
blobf30962a3a5e32e5d9e2d89241725e27635a75ac0
1 {{!< error-layout}}
2 <a href="{{homeUrl}}"><img class="image" src="{{cdn 'images/icon-logo-red-64@2x.png'}}" width="64" title="The sad face"></a>
3 <div class="error">
4   Gitter<br>
5   <input id="error-text" class="error-input" size="55" readonly="readonly"><br><br>
7   {{#unless user}}
8     <p>
9       There may be a private chat room here but you are not signed in, <a href="/login?returnTo={{currentPath}}">sign in</a>
10     </p>
11   {{/unless}}
13   {{#if userMissingPrivateRepoScope}}
14     <p>If you're looking to access a private repository, you will need to upgrade your GitHub authentication to
15       allow us to access the list of your private repositories.</p>
16     <p><a id="upgrade" href="/login/upgrade?scopes=repo" target="_blank">Click here to do this now.</a></p>
17   {{/if}}
19   {{#if stack}}
20     <pre style="font-size:small">{{{stack}}}</pre>
21   {{/if}}
22 </div>
23 {{{ typewriter "#error-text" "404. This is not the chat you\'re looking for.---------------- Sorry.-------- :(" }}}