Browse Source

Fix lint offence

pull/2565/head
Manny Dinssa 2 years ago
parent
commit
7682e64493
  1. 2
      app/views/merge_requests/_details_list.html.erb

2
app/views/merge_requests/_details_list.html.erb

@ -19,7 +19,7 @@
<% row.with_action( <% row.with_action(
text: detail[:action][:text], text: detail[:action][:text],
href: detail[:action][:href], href: detail[:action][:href],
visually_hidden_text: detail[:action][:visually_hidden_text] visually_hidden_text: detail[:action][:visually_hidden_text],
) %> ) %>
<% end %> <% end %>
<% end %> <% end %>

Loading…
Cancel
Save