We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082f298 commit e6feaffCopy full SHA for e6feaff
app/views/events/perks/_robotics_printer_raffle.html.erb
@@ -11,7 +11,7 @@
11
<% if event.robotics_team? || event.affiliations.robotics.any? || @is_argosy %>
12
<span class="btn disabled bg-clip-padding"><%= pluralize(active_teenagers_count, "ticket") %></span>
13
<% else %>
14
- <div class="tooltipped tooltipped--w inline-block" aria-label="Must be tagged as a robotics team or have a robotics affiliation.">
+ <div class="tooltipped tooltipped--w inline-block" aria-label="Must be tagged as a robotics team or have a robotics affiliation">
15
<span class="btn disabled bg-clip-padding">Ineligible</span>
16
</div>
17
<% end %>
0 commit comments