Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed May 28, 2012
1 parent 3af1e5c commit 394f106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@ <h4 class="page-header">Checkout information</h4>

<p><strong>Date: </strong><%= new Date(booking.performance.date).toPrettyString() %></p>

<p><strong>Created on: </strong><%= new Date(booking.createdOn).toPrettyString() %></strong</p>
<p><strong>Created on: </strong><%= new Date(booking.createdOn).toPrettyString() %></p>
</div>
<div class="span5 well">
<h4 class="page-header">Ticket allocations</h4>
Expand Down
Expand Up @@ -13,7 +13,7 @@ <h4 class="page-header">Checkout information</h4>

<p><strong>Date: </strong><%= new Date(booking.performance.date).toPrettyString() %></p>

<p><strong>Created on: </strong><%= new Date(booking.createdOn).toPrettyString() %></strong</p>
<p><strong>Created on: </strong><%= new Date(booking.createdOn).toPrettyString() %></p>
</div>
<div class="span5 well">
<h4 class="page-header">Ticket allocations</h4>
Expand Down

0 comments on commit 394f106

Please sign in to comment.