Skip to content

Instantly share code, notes, and snippets.

@fadlystwn
Created December 30, 2014 04:36
Show Gist options
  • Save fadlystwn/a05fae4d9054a43365f4 to your computer and use it in GitHub Desktop.
Save fadlystwn/a05fae4d9054a43365f4 to your computer and use it in GitHub Desktop.
.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" &times;
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