app/views/shows/show.html.haml in artfully_ose-1.2.0.pre.24 vs app/views/shows/show.html.haml in artfully_ose-1.2.0.pre.26

- old
+ new

@@ -13,15 +13,15 @@ %h3=l @show.datetime_local_to_event, :format => :day_time .row-fluid .span5 =render :partial => "work_with", :locals => {:show => @show} .span6 - =icon_link_to("Box Office", new_event_show_sales_path(@event,@show), 'fa-shopping-cart', 'btn', '') + =icon_link_to("Box Office", new_event_show_sales_path(@event,@show,:render => 'boxoffice'), 'fa-shopping-cart', 'btn', '') .span6 = render :partial => "glance", :locals => { :report => @show.glance, :show => @show } #sections .row-fluid .span3 %h4 Ticket Capacity = render :partial => 'sections_table', :locals => { :show => @show, :tickets => @show.tickets } - + #newTicketType.modal