Sha256: c636f4d440c3c90ea4de6ea95444b4cea7b193fa6ef22fe230d037626f32f2a0

Contents?: true

Size: 283 Bytes

Versions: 17

Compression:

Stored size: 283 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)
      = profile.user&.email

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
ish_manager-0.1.8.322 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.321 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.320 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.318 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.317 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.316 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.315 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.314 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.313 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.312 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.311 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.310 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.309 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.308 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.307 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.306 app/views/ish_manager/user_profiles/index.haml
ish_manager-0.1.8.305 app/views/ish_manager/user_profiles/index.haml