diff --git a/src/views/auction/view.slim b/src/views/auction/view.slim index 5e3fcbe..c8c31ce 100644 --- a/src/views/auction/view.slim +++ b/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