summaryrefslogtreecommitdiff
path: root/app/views/characters/show.html.erb
blob: 8a3b08b09536dd192f923d99c43fca3c5750fb4f (plain)
1
2
3
4
<h1 class="text-xl">
  <%= @character.name %>
</h1>
<p>First entered the planes <%= pluralize((Date.current - @character.created_at.to_date).to_i, "day") %> ago.</p>