summaryrefslogtreecommitdiff
path: root/app/views/look/show.html.erb
blob: 4286944c8ec1f7186512888316824da885e31bb1 (plain)
1
2
3
4
5
6
7
<% 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 %>