diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-01-03 20:09:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-03 20:09:42 +0000 |
commit | b3fd0140ac4096a37beab1b9ec135a178503f9c7 (patch) | |
tree | fa08ce7ababa7745d5d4d480f67bd36bfa477c1d /src/templates/booking/booking_calendar.html | |
parent | ee0534cdb53c90d724d818c69595662ac3c59269 (diff) | |
parent | 180891af7356c37e85995e0d8a4e17feac0afd78 (diff) |
Merge "Changed Button style class to btn-primary"
Diffstat (limited to 'src/templates/booking/booking_calendar.html')
-rw-r--r-- | src/templates/booking/booking_calendar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/booking/booking_calendar.html b/src/templates/booking/booking_calendar.html index 349cb0a..1b29dc2 100644 --- a/src/templates/booking/booking_calendar.html +++ b/src/templates/booking/booking_calendar.html @@ -129,7 +129,7 @@ <div class="modal-body" id="booking_detail_content"> </div> <div class="modal-footer"> - <button type="button" class="btn btn-default" data-dismiss="modal">Close + <button type="button" class="btn btn-primary" data-dismiss="modal">Close </button> </div> </div> |