summaryrefslogtreecommitdiff
path: root/app/views/characters/hearth/index.html.erb
blob: ec055d1539bf77e20d2557c5be5cd2b6606b1001 (plain)
1
2
3
4
5
6
<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>
<% end %>