Moved a report out of the controller.

This commit is contained in:
James Cole
2016-10-08 16:24:07 +02:00
parent a1f797c4d1
commit ea7ee7ee9a
9 changed files with 109 additions and 34 deletions

View File

@@ -73,4 +73,9 @@ body.waiting * {
.bootstrap-tagsinput {
margin-bottom: 10px;
width: 100%;
}
.loading {
background:url('/images/loading-small.gif') no-repeat center center;
min-height:30px;
}