summaryrefslogtreecommitdiff
path: root/app/views/application/components
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-28 12:17:09 -0400
committerDavid Gay <david@davidgay.org>2021-05-28 12:20:12 -0400
commit26f80f3442ca14aac9a75130bc2c4dddc076a145 (patch)
tree7876e6383d95ad03b350ac5bc9085d38b3b719b9 /app/views/application/components
parent512d014943b4990422de07421a29be00374157c9 (diff)
Add `retributor` title, awarded for killing a lesser trodgeathomp
Diffstat (limited to 'app/views/application/components')
-rw-r--r--app/views/application/components/text/_title.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/application/components/text/_title.html.erb b/app/views/application/components/text/_title.html.erb
index edcf220..ea00777 100644
--- a/app/views/application/components/text/_title.html.erb
+++ b/app/views/application/components/text/_title.html.erb
@@ -4,6 +4,8 @@
<span class="text-gray-200">Steward</span>
<% when "beryly" %>
<span class="text-yellow-400">Beryly</span>
+ <% when "retributor" %>
+ <span class="text-gray-500">Retribut</span><span class="text-yellow-200">o</span><span class="text-gray-500">r</span>
<% else %>
<%= title.name %>
<% end %>