vol1ura/Sat_9am_5km

View on GitHub
app/views/events/_role.html.erb

Summary

Maintainability
Test Coverage
<%= turbo_frame_tag "role-#{idx}" do %>
  <%= human_volunteer_role role %>
  <% if volunteer&.comment && %w[marshal pacemaker other].include?(role) %>
    (<%= volunteer.comment %>)
  <% end %>
<% end %>