Browse Source

ERB linting

pull/787/head
Stéphane Meny 3 years ago
parent
commit
65aae912b6
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 2
      app/views/users/new.html.erb

2
app/views/users/new.html.erb

@ -50,7 +50,7 @@
:id,
:name,
lambda { |option|
option.description&.map{ |hint| content_tag(:li, hint) }&.reduce(:+)
option.description&.map { |hint| content_tag(:li, hint) }&.reduce(:+)
},
legend: { text: "Role", size: "m" } %>

Loading…
Cancel
Save