cirandas.net

ref: master

app/views/shared/_profile_search_form.html.erb


<% search_label = _("Find in %s's content") % profile.short_name %>
<%= form_tag( { :controller => 'profile_search', :profile => profile.identifier}, :method => 'get', :class => 'search_form' ) do %>
  
<%= search_input_with_suggestions 'q', :articles, @q, :title => search_label, :placeholder => search_label %> <%= submit_button(:search, _('Search')) %>
<%= labelled_radio_button profile.short_name, 'where', 'profile', true, :title => _("Find in %s's content") % profile.short_name %> <%= labelled_radio_button _('General'), 'where', 'environment', false, :title => _("Search all content") %>
<% end %>