github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/gubernator/templates/build_404.html (about) 1 % extends 'base.html' 2 {% block title %}Missing build {{build_dir}}{% endblock %} 3 % block header 4 <h1><a href="/builds{{job_dir}}">{{job}}</a> #{{build}}</h1> 5 % endblock 6 % block content 7 <h3>Unable to load build details from <a href="{{build_dir | gcs_browse_url}}">gs:/{{build_dir}}</a></h3> 8 % endblock