about summary refs log tree commit diff stats
path: root/app/views/wittle/puzzles/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/wittle/puzzles/show.html.haml')
-rw-r--r--app/views/wittle/puzzles/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/wittle/puzzles/show.html.haml b/app/views/wittle/puzzles/show.html.haml index c46e5ce..8628298 100644 --- a/app/views/wittle/puzzles/show.html.haml +++ b/app/views/wittle/puzzles/show.html.haml
@@ -1,4 +1,5 @@
1%h1 Wittle ##{@puzzle.id} 1%h1 Wittle ##{@puzzle.id}
2.puzzle-description #{@puzzle.category.capitalize} - #{@puzzle.created_at.strftime("%B %-d, %Y")}
2#puzzle-container{ style: "display: flex; justify-content: center; align-items: center" } 3#puzzle-container{ style: "display: flex; justify-content: center; align-items: center" }
3 %svg#puzzle{ style: "pointer-events: auto"} 4 %svg#puzzle{ style: "pointer-events: auto"}
4#submission-form 5#submission-form