From 65752b4f73cf8e1ce83cdaf8227b5d67923ac729 Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 21:45:50 -0400 Subject: Quickly port leaderboard and rankings from old Esoterra --- app/views/application/components/text/_name_and_title.html.erb | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/views/application/components/text/_name_and_title.html.erb (limited to 'app/views/application/components/text') diff --git a/app/views/application/components/text/_name_and_title.html.erb b/app/views/application/components/text/_name_and_title.html.erb new file mode 100644 index 0000000..41a4f27 --- /dev/null +++ b/app/views/application/components/text/_name_and_title.html.erb @@ -0,0 +1 @@ +<%= render "application/components/text/title", title: character.active_title %> <%= character.name %> -- cgit v1.2.3