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 6b745e2 commit 58825d3Copy full SHA for 58825d3
app/views/workshops/_index_row.html.erb
@@ -46,7 +46,8 @@
46
<%= link_to link_route,
47
class: "hover:underline block",
48
data: { turbo_prefetch: false, turbo: false } do %>
49
- <%= title_with_badges(workshop, show_hidden_badge: current_user.super_user?,
+ <%= title_with_badges(workshop,
50
+ show_hidden_badge: current_user.super_user?,
51
display_windows_type: true).html_safe %>
52
<% end %>
53
0 commit comments