diff options
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 %> |