Merge pull request #1697 from stianst/master

KEYCLOAK-1859 Invalid "Go to the home page" link on the "Resource not…
This commit is contained in:
Stian Thorgersen 2015-10-09 13:45:44 +02:00
commit d6119c04d6

View file

@ -2,6 +2,6 @@
<div class="error-container"> <div class="error-container">
<h2>Resource <strong>not found</strong>...</h2> <h2>Resource <strong>not found</strong>...</h2>
<p class="instruction">We could not find the resource you are looking for. Please make sure the URL you entered is correct.</p> <p class="instruction">We could not find the resource you are looking for. Please make sure the URL you entered is correct.</p>
<a href="#" class="link-right">Go to the home page &raquo;</a> <a href="#/" class="link-right">Go to the home page &raquo;</a>
</div> </div>
</div> </div>