view src/app/shared/templates/404.html @ 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
line wrap: on
line source

<div class="alert alert-danger">
  <span class="pficon pficon-error-circle-o"></span>
  <strong translate>404.TITLE</strong>
</div>
<div class="blank-slate-pf" id="">
  <div class="blank-slate-pf-icon">
    <span class="fa fa-frown-o fa-lg"></span>
  </div>
  <p translate>404.MESSAGE</p>
  <p><a ui-sref="default" class="clickable alert-link" translate>404.ROOT_LINK_MSG</a></p>
</div>