cirandas.net

ref: master

app/views/organizations/index.html.erb


<%= _('Organizations') %>

<%= form_tag( { :action => 'index' }, :method => 'get', :id => 'manage-profiles' ) do %>
<%= text_field_tag 'q', @q, :title => _('Find organizations'), :style=>"width:85%" %> <%= submit_button(:search, _('Search')) %>
<%= @title %>
<%= _("Filter by: ") %> <%= select_tag(:filter, options_for_select([[_('Any'), 'any'],[_('Disabled'), "disabled"], [_('Enabled') , "enabled"]], @filter)) %>
<%= render :partial => 'results' %> <%= button_bar do %> <%= button :back, _('Back'), :controller => 'admin_panel' %> <% end %> <% end %> <%= javascript_include_tag 'manage-organizations' %>