correcting ticket's details view and its related models.
This commit is contained in:
parent
835236ed7f
commit
99afc456cd
4 changed files with 20 additions and 8 deletions
|
|
@ -2,10 +2,11 @@
|
|||
.col-md-12
|
||||
.page-header
|
||||
%h1
|
||||
= @ticket.title
|
||||
Ticket
|
||||
%small
|
||||
= humanized_money_with_symbol @ticket.price
|
||||
%div{"data-placement" => "left", "data-toggle" => "tooltip", :title => @ticket.description}
|
||||
= @ticket.title
|
||||
Ticket
|
||||
%small
|
||||
= humanized_money_with_symbol @ticket.price
|
||||
%p.text-muted
|
||||
People who bought this ticket
|
||||
.row
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue