rubycentral/cfp-app

View on GitHub
app/views/schedule/_fly_out.html.haml

Summary

Maintainability
Test Coverage
.fly-out-wrapper.closed{ data: { 'fly-out-target': 'sidePanel'} }
  %a{ href: "#", data: { action: 'fly-out#close' }, class: 'close-icon' }
    = image_tag('themes/default/close.png')
  = render 'filter'
  = render partial: 'detail', collection: schedule, as: :time_slot