summaryrefslogtreecommitdiff
path: root/app/views/characters/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/characters/show.html.erb')
-rw-r--r--app/views/characters/show.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb
new file mode 100644
index 0000000..8a3b08b
--- /dev/null
+++ b/app/views/characters/show.html.erb
@@ -0,0 +1,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>