From 25c499ae942086b460b886e3d79dc5a55e5f1214 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 6 May 2021 09:42:43 -0400 Subject: Implement drop table scaling --- app/views/characters/show.html.erb | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index 8a3b08b..3ee7088 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -1,4 +1,12 @@ -

+

<%= @character.name %>

First entered the planes <%= pluralize((Date.current - @character.created_at.to_date).to_i, "day") %> ago.

+ +

Skills

+ + -- cgit v1.2.3