changeset 253:2921479c34bd

Correct "default" state link in 404 page Reviewed-by: ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-September/025242.html Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025301.html
author Andrew Azores <aazores@redhat.com>
date Tue, 17 Oct 2017 15:19:22 -0400
parents 0a0650ed8a8a
children 9906199e8f0f
files src/app/shared/templates/404.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/app/shared/templates/404.html	Tue Oct 17 15:17:53 2017 -0400
+++ b/src/app/shared/templates/404.html	Tue Oct 17 15:19:22 2017 -0400
@@ -7,5 +7,5 @@
     <span class="fa fa-frown-o fa-lg"></span>
   </div>
   <p translate>404.MESSAGE</p>
-  <p><a ui-sref="/" class="clickable alert-link" translate>404.ROOT_LINK_MSG</a></p>
+  <p><a ui-sref="default" class="clickable alert-link" translate>404.ROOT_LINK_MSG</a></p>
 </div>