summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/characters/show.html.erb8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb
index 3ee7088..4f2ae2e 100644
--- a/app/views/characters/show.html.erb
+++ b/app/views/characters/show.html.erb
@@ -1,7 +1,11 @@
-<h1 class="text-3xl">
+<h1 class="text-3xl mb-4">
<%= @character.name %>
</h1>
-<p>First entered the planes <%= pluralize((Date.current - @character.created_at.to_date).to_i, "day") %> ago.</p>
+
+<p class="mb-4">First entered the planes
+ <%= pluralize((Date.current - @character.created_at.to_date).to_i, "day") %> ago.</p>
+
+<p class="mb-4">Learned <%= @character.learned_activities.count %> recipe(s) or technique(s).</p>
<h2 class="text-2xl">Skills</h2>