Sha256: ff4ad7e28d2215aeaa66affb4d0ae3bdcc605bc3d8d8441b5b12cfcf09f4b492
Contents?: true
Size: 378 Bytes
Versions: 1
Compression:
Stored size: 378 Bytes
Contents
= contextual_links %h2= t_title 'new' = render 'form' %h3= t_model(BookingTemplate) = render 'booking_templates/list', :item_action => lambda{|object| select_booking_template_booking_path(object, :booking => params[:booking])} %h3= t_model(Booking) = render 'bookings/list', :item_action => lambda{|object| select_booking_booking_path(object, :booking => params[:booking])}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/bookings/select.html.haml |