We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b6c2a commit 9fb2d45Copy full SHA for 9fb2d45
1 file changed
app/views/names/_metadata.html.erb
@@ -135,10 +135,10 @@
135
<% end %>
136
<% if @name.validated? %>
137
<li>
138
- <% id = modal('Quality Checks', size: 'xl') do %>
139
- <%= render(partial: 'quality_checks',
140
- locals: { force_qc_view: true }) %>
141
- <% end %>
+ <% id = modal(
+ 'Quality Checks', size: 'lg',
+ async: quality_checks_name_url(@name, content: true)
+ ) %>
142
<%= modal_button(id, as_anchor: true) do %>
143
Quality checks before valid publication
144
0 commit comments