Minor ah view refactor

master
E. Almqvist 3 years ago
parent 2847c15744
commit 4f6eb65c20
  1. 5
      src/views/auction/view.slim

@ -22,6 +22,11 @@
| #{auction.title}
a.inlbutton href="javascript:history.back()"
| [Go back]
h3
| Posted by:
a href="/profile/#{auction.poster.id}"
| #{auction.poster.name}
br
h3 = auction.description
- if auction.categories.length > 0
ul.list-container#category-list

Loading…
Cancel
Save