Skip to content

Commit

Permalink
refs #25926 - update audit named route to match.
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadlevy authored and ezr-ondrej committed Oct 7, 2019
1 parent e662be3 commit 6dd32db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/_audit_summary_query_builder.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="audit_summary_query_builder" class="input-group">
<%= text_f(f, :mail_query, {:no_label => true, :placeholder => _('Mail query'),
:id => 'search',:class => "autocomplete-input", :data => {:url => auto_complete_search_audits_path} }) %>
:id => 'search',:class => "autocomplete-input", :data => {:url => audits_auto_complete_search_path} }) %>
</div>

0 comments on commit 6dd32db

Please sign in to comment.