summaryrefslogtreecommitdiff
path: root/app/views/characters/hearth/index.html.erb
blob: 421d5e6e48f9c2af8b2dab7e4b66daecef472dcb (plain)
1
2
3
4
5
6
7
8
<h1 class="text-3xl">Hearth</h1>

<% if current_char.hearth %>
<% else %>
  <p>You haven't built your hearth yet. First, you'll need to start with a foundation.</p>
  <% foundation = @all_amenities.find_by_gid("foundation") %>
  <%= link_to "Build #{foundation.name}", "#" %> (requires <%= foundation.build_requirements_string(1) %>)
<% end %>