diff options
author | David Gay <david@davidgay.org> | 2021-06-03 21:26:14 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-03 21:26:14 -0400 |
commit | 60c9de4956547d46390c948146aa6e0c865ffcda (patch) | |
tree | 7bbde799de9cec589a53a08b8e4dccf98bfdc8e3 /app/views/look | |
parent | 7f129f24e351cafafdb4bc58a44ca0d714e30af6 (diff) |
Move timer and results to new game containers which are always visible
Diffstat (limited to 'app/views/look')
-rw-r--r-- | app/views/look/show.html.erb | 7 |
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 %> |