Sha256: d981c693b02d138e3391b9d81bbab7543f65ddc79926d85bb357299d20bfae0e
Contents?: true
Size: 1 KB
Versions: 3
Compression:
Stored size: 1 KB
Contents
<!-- take the style block out. this is duplicated in users/_data.html.erb without this, the user group selection is just no good --> <style> .checklist{ overflow: auto; border: 1px solid #ccc; list-style: none; height: 300px; text-align: left; list-style: none; margin-left: 12px; } .checklist li{ padding-left: 6px; } li.even_checked, li.even{ background: #DFDFDF; } li.even_checked, li.odd_checked{ color: red; } </style> <p> <b>First name</b><br /> <%= profile_first_name_value %> </p> <p> <b>Last name</b><br /> <%= profile_last_name_value %> </p> <p> <b>Email</b><br /> <%= profile_email_value %> </p> <p> <b><span>L</span>ogin</b><br /> <%= user_login_value %> </p> <% unless action_name == "show" -%> <p> <b><span>P</span>assword</b><br /> <%= user_password_value %> </p> <p> <b><span>P</span>assword confirmation</b><br /> <%= user_password_confirmation_value %> </p> <% end -%> <p> <b>User Groups</b><br /> <%= user_user_groups_value %> </p>
Version data entries
3 entries across 3 versions & 1 rubygems