summaryrefslogtreecommitdiff
path: root/app/views/application
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/application')
-rw-r--r--app/views/application/components/text/_title.html.erb8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/application/components/text/_title.html.erb b/app/views/application/components/text/_title.html.erb
new file mode 100644
index 0000000..7d87180
--- /dev/null
+++ b/app/views/application/components/text/_title.html.erb
@@ -0,0 +1,8 @@
+<% if title %>
+ <% case title.gid %>
+ <% when "steward" %>
+ <span class="text-red-500 text-glow">Steward</span>
+ <% else %>
+ <%= title.name %>
+ <% end %>
+<% end %>