diff options
author | David Gay <david@davidgay.org> | 2021-06-06 20:22:14 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-06 20:22:14 -0400 |
commit | 3446cb7656768b40dfd0afce9c8384676bf27135 (patch) | |
tree | d355b299de3afefdcc73f685176b3db5cb71137f /app/views/application | |
parent | a2af06fae8b70bfb24e805a8023124cf9371b8a6 (diff) |
Add and award Sentinel title, and add leviathan info to changelog
Diffstat (limited to 'app/views/application')
-rw-r--r-- | app/views/application/components/text/_title.html.erb | 2 |
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 2576ff8..a7c2a7e 100644 --- a/app/views/application/components/text/_title.html.erb +++ b/app/views/application/components/text/_title.html.erb @@ -8,6 +8,8 @@ <span class="text-gray-500">Retribut</span><span class="text-yellow-200">o</span><span class="text-gray-500">r</span> <% when "aspirant" %> <span class="text-purple-200">Aspirant</span> + <% when "sentinel" %> + <span class="text-gray-500">S</span><span class="text-gray-400">e</span><span class="text-gray-300">n</span><span class="text-gray-200">ti</span><span class="text-gray-300">n</span><span class="text-gray-400">e</span><span class="text-gray-500">l</span> <% else %> <%= title.name %> <% end %> |