summaryrefslogtreecommitdiff
path: root/app/views/look/show.html.erb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-03 20:50:58 -0400
committerDavid Gay <david@davidgay.org>2021-06-03 20:51:17 -0400
commit7f129f24e351cafafdb4bc58a44ca0d714e30af6 (patch)
treee74f989bbeb8c1ea84a43262f97719d80d4010e6 /app/views/look/show.html.erb
parentdb41c035bfdd0e97662b80d02fbae4a99ed547c2 (diff)
Move timer and results to new game containers which are always visible
Diffstat (limited to 'app/views/look/show.html.erb')
-rw-r--r--app/views/look/show.html.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/look/show.html.erb b/app/views/look/show.html.erb
index 2e0af81..4286944 100644
--- a/app/views/look/show.html.erb
+++ b/app/views/look/show.html.erb
@@ -1,14 +1,6 @@
<% if current_char.activity %>
<h1 class="text-2xl"><%= current_char.activity.name %></h1>
<p><%= current_char.activity.description %></p>
-
- <div class="min-w-full my-2 px-1 overflow-auto text-sm border-2 border-gray-800 rounded"
- style="height: 22rem;" id="result_output">
- </div>
-
- <div id="result_controls">
- <%= render "timer" %>
- </div>
<% else %>
<p>You're not currently doing anything. Maybe you'd like to
<%= link_to "go somewhere", locations_path %>?</p>