go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/server/portal/internal/assets/pages/action_done.html (about)

     1  {{define "title"}}Admin - {{.Title}}{{end}}
     2  
     3  {{define "content"}}
     4  <div class="row">
     5    <div class="col-md-offset-2 col-md-8">
     6      <h2>{{.ResultTitle}}</h2>
     7      <hr>
     8      {{.Result}}
     9      <hr>
    10      <a href="/admin/portal/{{.ID}}">Back</a>
    11    </div>
    12  </div>
    13  {{end}}