app/views/shows/show.html.haml in artfully_ose-1.0.0.rc4 vs app/views/shows/show.html.haml in artfully_ose-1.1.0.rc1

- old
+ new

@@ -19,9 +19,9 @@ #tickets .row-fluid .span2 %h3 Tickets .span10 - =icon_link_to("Add New Ticket Type", new_chart_section_path(@show.chart, :format => :html), 'icon-plus-sign', 'btn', 'add-new-ticket-type-link', {"data-remote" => 'true'}) + =icon_link_to("Add New Ticket Type", new_chart_section_path(@show.chart, :format => :html), 'icon-plus-sign', 'btn add-new-ticket-type-link', '', {"data-remote" => 'true'}) = render :partial => 'ticket_table', :locals => { :show => @show, :tickets => @show.tickets } #newTicketType.modal \ No newline at end of file