scouting: Restore the "Back" button on the review screen
Not sure what happened to the button, but this patch adds it back.
Now we also have a test to validate that it stays there.
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: Ia8af4afcf3fb0c33bb304a41f9ec136d12d9fa22
diff --git a/scouting/www/entry/entry.ng.html b/scouting/www/entry/entry.ng.html
index 722da67..2b4f60d 100644
--- a/scouting/www/entry/entry.ng.html
+++ b/scouting/www/entry/entry.ng.html
@@ -194,7 +194,8 @@
<span class="error_message">{{ errorMessage }}</span>
- <div class="buttons justify-content-end">
+ <div class="buttons">
+ <button class="btn btn-primary" (click)="prevSection()">Back</button>
<button class="btn btn-primary" (click)="nextSection()">Submit</button>
</div>
</div>