diff --git a/app/views/tickets/index.html.haml b/app/views/tickets/index.html.haml index 5dec92d7..4109e82e 100644 --- a/app/views/tickets/index.html.haml +++ b/app/views/tickets/index.html.haml @@ -20,18 +20,18 @@ %tbody - @conference.tickets.each do |ticket| = render partial: 'ticket', f: f, locals: {ticket: ticket} - %tr - %td - %td - %td.col-sm-1.col-md-1.text-center - %h4 - Total - %td.col-sm-1.col-md-1.text-center - %h4 - %strong - = @conference.tickets.first.price.symbol - %span{id: 'total_price'} - 0 + %tr + %td + %td + %td.col-sm-1.col-md-1.text-center + %h4 + Total + %td.col-sm-1.col-md-1.text-center + %h4 + %strong + = @conference.tickets.first.price.symbol + %span{id: 'total_price'} + 0 .pull-right .btn-group-vertical = button_tag(type: 'submit', class: 'btn btn-success btn-lg') do