We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc7918 commit cee6bd6Copy full SHA for cee6bd6
1 file changed
app/views/foreman_puppet/puppetclasses/index.html.erb
@@ -29,7 +29,7 @@
29
main_app.hash_for_edit_hostgroup_path(id: hg).merge(auth_object: hg, authorizer: @hostgroups_authorizer)
30
end.to_sentence.html_safe %>
31
</td>
32
- <td><%= link_to puppetclass.hosts_count, main_app.hosts_path(search: "class = #{puppetclass.name}")%></td>
+ <td><%= link_to puppetclass.hosts_count, main_app.hosts_path(search: "puppetclass = #{puppetclass.name}")%></td>
33
<td><%= puppetclass.class_params.size %> </td>
34
<td>
35
<%
0 commit comments