From 7a8b345b99d2023955631b05ff73ce3b1116dc01 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 23 May 2021 20:20:31 -0400 Subject: Change Steward title display appearance --- app/views/application/components/text/_title.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/application/components/text') diff --git a/app/views/application/components/text/_title.html.erb b/app/views/application/components/text/_title.html.erb index 7d87180..1cf13b7 100644 --- a/app/views/application/components/text/_title.html.erb +++ b/app/views/application/components/text/_title.html.erb @@ -1,7 +1,7 @@ <% if title %> <% case title.gid %> <% when "steward" %> - Steward + Steward <% else %> <%= title.name %> <% end %> -- cgit v1.2.3