From c9140e640aff79ecccb0778e26f96499a3352380 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 21 Apr 2022 20:28:19 +0200 Subject: [PATCH] Fix --- src/Gemfile.lock | 2 -- src/views/auction/view.slim | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Gemfile.lock b/src/Gemfile.lock index 1448889..e4ea4fa 100644 --- a/src/Gemfile.lock +++ b/src/Gemfile.lock @@ -11,7 +11,6 @@ GEM rack (2.2.3) rack-protection (2.2.0) rack - redcarpet (3.5.1) rmagick (4.2.4) ruby2_keywords (0.0.5) sassc (2.4.0) @@ -45,7 +44,6 @@ DEPENDENCIES bcrypt colorize fileutils (~> 1.6) - redcarpet rmagick (~> 4.2) sassc sinatra diff --git a/src/views/auction/view.slim b/src/views/auction/view.slim index d0b404c..fc320c4 100644 --- a/src/views/auction/view.slim +++ b/src/views/auction/view.slim @@ -20,7 +20,7 @@ h2 = auction.title ul.list-container#category-list - auction.categories.each do |category| - p = category.name + ul = category.name - if auction.bids.length >= 1 .bid-container