diff --git a/app/views/related_tags/show.html.erb b/app/views/related_tags/show.html.erb index 6165fb161..bb204ddc1 100644 --- a/app/views/related_tags/show.html.erb +++ b/app/views/related_tags/show.html.erb @@ -4,7 +4,7 @@ <%= search_form_for(related_tag_path) do |f| %> <%= f.input :query, label: "Tag", input_html: { value: params[:search][:query], "data-autocomplete": "tag" } %> - <%= f.input :category, collection: TagCategory.canonical_mapping, include_blank: true, selected: params[:search][:category] %> + <%= f.input :category, collection: TagCategory.categories.map(&:capitalize), include_blank: true, selected: params[:search][:category] %> <%= f.submit "Show" %> <% end %>