Created
December 30, 2014 04:36
-
-
Save fadlystwn/a05fae4d9054a43365f4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container-fluid | |
.col-md-12.thumbnail | |
.page-header | |
h3.text-header Company's Calendar | |
.calendar | |
#myModal.modal.fade | |
.modal-dialog | |
.modal-content | |
.modal-header | |
button.close aria-hidden="true" data-dismiss="modal" type="button" × | |
h4.modal-title Set Holiday or Off Work Day | |
.modal-body | |
= render 'events/form' | |
.col-md-6 | |
<<<<<<< HEAD | |
h3 Holiday and Off Work Day: | |
table.table.table-striped | |
thead | |
tr | |
th Code | |
th Title | |
th Date | |
th Notes | |
======= | |
div | |
#calendar2 | |
#calendar3 | |
#myModal.modal.fade | |
.modal-dialog | |
.modal-content | |
.modal-header | |
button.close aria-hidden="true" data-dismiss="modal" type="button" × | |
h4.modal-title Set Holiday or Off Work Day | |
.modal-body | |
= render 'events/form' | |
.col-md-6 | |
h3 Holiday and Off Work Day: | |
table.table.table-striped | |
thead | |
tr | |
th Code | |
th Title | |
th Date | |
th Notes | |
>>>>>>> 5676cb4e4c32c4fa620e8925c86ee533aed5276e | |
tbody | |
- @events.each do |event| | |
tr | |
td = event.id | |
td = event.event_name | |
td = event.start_date.strftime('%d %B %y') | |
td = event.description |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment