Skip to content

Commit 58825d3

Browse files
committed
Add /n
1 parent 6b745e2 commit 58825d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/views/workshops/_index_row.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
<%= link_to link_route,
4747
class: "hover:underline block",
4848
data: { turbo_prefetch: false, turbo: false } do %>
49-
<%= title_with_badges(workshop, show_hidden_badge: current_user.super_user?,
49+
<%= title_with_badges(workshop,
50+
show_hidden_badge: current_user.super_user?,
5051
display_windows_type: true).html_safe %>
5152
<% end %>
5253

0 commit comments

Comments
 (0)