aboutsummaryrefslogtreecommitdiff
path: root/static/testreporter/templates/report_private.html
blob: 1c833d9ec59a652a0db4d2a844b034723162c29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div class="row">
  <div class="col-lg-12">

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

    
    <form role="form" ng-submit="submit()" >

      <div class="form-group" ng-class="{'has-error':error.description}">
	<label>Description:</label>
	<span class="help-inline" ng-bind="error.description"></span>
	<textarea class="form-control" ng-model="tag.description" rows="10"></textarea>
      </div>

      <button type="submit" class="btn btn-default btn-sm pull-right input-sm">
	Save
      </button>
      
    </form>

  </div>
</div>

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