aboutsummaryrefslogtreecommitdiff
path: root/static/testreporter/templates/report_public.html
blob: b9c3be839499e979cd147c9aef94a06552534684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div class="row">
  <div class="col-lg-12">

    <div class="page-header">
      <h1>Report: <small>"//data.tag.name//"</small></h1>
    </div>

    <p class="lead">
      //data.tag.description//
    </p>

  </div>
</div>

<div ng-include="'/static/testreporter/templates/report.html'"></div>