Skip to content

Commit

Permalink
Fix organizer names on small screen too
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas16 committed Jul 28, 2023
1 parent be68eb8 commit cbe1972
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/views/subjects/_content.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,7 @@
<b>Message automatique</b>
<% end %>
<% else %>
<% prems = true %>
<% @contest.organizers.order("last_name ASC, first_name ASC").each do |o| %>
<% if prems %>
<% prems = false %>
<% else %>
-
<% end %>
<%= raw(o.linked_name) %>
<% end %>
<b>Organisateurs</b>
<% end %>
</td></tr>

Expand Down

0 comments on commit cbe1972

Please sign in to comment.