diff --git a/app/views/search/_search_form.rhtml b/app/views/search/_search_form.rhtml index 24fea42..edd6e23 100644 --- a/app/views/search/_search_form.rhtml +++ b/app/views/search/_search_form.rhtml @@ -13,10 +13,10 @@ <% if @category %>

<%= _('Search in:') %>

- +
+ <%= labelled_radio_button _('Only in %s') % @category.name, :search_whole_site, 'no', true %> + <%= labelled_radio_button _('Whole site'), :search_whole_site, 'yes' %> +
<% end %> -- libgit2 0.21.2