summaryrefslogtreecommitdiff
path: root/app/views/look/show.html.erb
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-03 21:26:14 -0400
committerDavid Gay <david@davidgay.org>2021-06-03 21:26:14 -0400
commit60c9de4956547d46390c948146aa6e0c865ffcda (patch)
tree7bbde799de9cec589a53a08b8e4dccf98bfdc8e3 /app/views/look/show.html.erb
parent7f129f24e351cafafdb4bc58a44ca0d714e30af6 (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.erb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/look/show.html.erb b/app/views/look/show.html.erb
deleted file mode 100644
index 4286944..0000000
--- a/app/views/look/show.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-<% if current_char.activity %>
- <h1 class="text-2xl"><%= current_char.activity.name %></h1>
- <p><%= current_char.activity.description %></p>
-<% else %>
- <p>You're not currently doing anything. Maybe you'd like to
- <%= link_to "go somewhere", locations_path %>?</p>
-<% end %>