aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxando <sebastian.pawlus@gmail.com>2014-07-11 14:56:16 +0200
committerxando <sebastian.pawlus@gmail.com>2014-07-11 14:56:16 +0200
commitc419c74f3e916a0ded4427ded01c14ec9dc1b2a3 (patch)
tree0a6bf913c4857634ab0ab1339a264d328105d212
parent0ac555698ad85cfb55ee63152ea6d4465c1fd471 (diff)
html change
-rw-r--r--static/testreporter/templates/report_private.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/testreporter/templates/report_private.html b/static/testreporter/templates/report_private.html
index adb741d..1c833d9 100644
--- a/static/testreporter/templates/report_private.html
+++ b/static/testreporter/templates/report_private.html
@@ -5,19 +5,19 @@
<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="3"></textarea>
+ <textarea class="form-control" ng-model="tag.description" rows="10"></textarea>
</div>
- <p data-ng-bind-html="description_markup" class="well"></p>
-
- <button type="submit" class="btn btn-default btn-sm input-sm pull-right">
+ <button type="submit" class="btn btn-default btn-sm pull-right input-sm">
Save
</button>
+
</form>
</div>