Guest User

Untitled

a guest
Nov 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <li class="job <%= compact.state %>">
  2. <a href="<%= compact %>">
  3. <div>
  4. <strong>Description</strong>
  5. <span><%= compact.description %></span>
  6. </div>
  7.  
  8. <div>
  9. <strong>Quantity</strong>
  10. <span><%= compact.quantity %></span>
  11. </div>
  12.  
  13. <div>
  14. <strong>Quantity</strong>
  15. <span><%= compact.created_at.utc.strftime("%d %b %Y") %></span>
  16. </div>
  17.  
  18. <div>
  19. <strong>Quantity</strong>
  20. <span><%= number_to_currency(compact.quoted_price, unit: '€') %></span>
  21. </div>
  22. </a>
  23. </li>
Add Comment
Please, Sign In to add comment