Sha256: bef7ec7e65cc05228f3abfe371d47b08cc53c873fbc99196d6f00ead6474cf0f

Contents?: true

Size: 157 Bytes

Versions: 4

Compression:

Stored size: 157 Bytes

Contents

- content_for :title do
  List of users
  
- @users.each do |user|
  %p
    %span 
      = user.email
    = link_to "Edit User", edit_user_path(user)
      

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
i0n_rails3_generators-0.2.13 lib/generators/i0n/authentication/templates/app/views/users/index.haml
i0n_rails3_generators-0.2.12 lib/generators/i0n/authentication/templates/app/views/users/index.haml
i0n_rails3_generators-0.2.11 lib/generators/i0n/authentication/templates/app/views/users/index.haml
i0n_rails3_generators-0.2.10 lib/generators/i0n/authentication/templates/app/views/users/index.haml