refactor: use .hbs extension

This commit is contained in:
Axel Cocat 2022-03-05 15:45:16 +01:00
parent ab5dcd3640
commit 28432b6523
11 changed files with 9 additions and 9 deletions

View file

@ -1,16 +0,0 @@
<div class="container">
<div class="columns is-vcentered">
<div class="column has-text-centered">
<h1 class="title is-size-2">{{name}} ({{status}})</h1>
<p class="subtitle">{{description}}</p>
<p>
Request ID:
<code>{{reqId}}</code>
</p>
<br>
<a class="button is-info" href="/">Back to Armory</a>
<a class="button is-info" href="{{websiteUrl}}" target="_parent">{{websiteName}} Homepage</a>
</div>
</div>
</div>