Sha256: 6f675b32547ec0f0eed99a3733892f015dc17cc6af64f3adea08d9d14111a509

Contents?: true

Size: 313 Bytes

Versions: 113

Compression:

Stored size: 313 Bytes

Contents

-#
-# ish_manager / user_profiles / index
-#

%h5
  User Profiles (#{@user_profiles.count})
  = link_to '[+]', new_user_profile_path

%ul.browser-default
  - @user_profiles.each do |profile|
    %li
      = link_to '[~]', edit_user_profile_path(profile)
      = link_to profile.email, user_profile_path(profile)

Version data entries

113 entries across 113 versions & 1 rubygems

Version Path
ish_manager-0.1.8.513 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.512 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.511 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.510 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.509 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.508 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.507 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.506 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.505 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.504 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.503 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.500 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.499 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.498 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.497 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.496 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.495 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.494 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.493 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.492 app/views/ish_manager/user_profiles/index.haml