Sha256: 3ebbb2693630c8c02785de1ef845d1e2b3a911c31d39ca5caa8b8db249e075fd

Contents?: true

Size: 390 Bytes

Versions: 8

Compression:

Stored size: 390 Bytes

Contents

- @section = (params[:metro_area_id] ? 'metro_area' : 'users')

.yui-b
  = render :partial => 'users/search_options'

#yui-main
  .yui-b
    -box :class => "user_list" do
      %h3=:site_members.l :site => configatron.community_name

      = paginate @users
  
      %br.clear
  
      = render :partial => "users/user", :collection => @users
      
      %br.clear
      = paginate @users

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/users/index.html.haml
community_engine-2.3.1 app/views/users/index.html.haml
community_engine-2.3.0 app/views/users/index.html.haml
community_engine-2.1.0 app/views/users/index.html.haml
community_engine-2.0.0 app/views/users/index.html.haml
community_engine-2.0.0.beta3 app/views/users/index.html.haml
community_engine-2.0.0.beta2 app/views/users/index.html.haml
community_engine-2.0.0.beta1 app/views/users/index.html.haml