Sha256: 046fcfafd2fb9407dc6d98d348cc7bc83a7c5d847f07c3cf523f30ee4808d60b
Contents?: true
Size: 919 Bytes
Versions: 3
Compression:
Stored size: 919 Bytes
Contents
<% content_for(:header) do %> <h2 class="font-semibold text-xl text-gray-800 dark:text-gray-200 leading-tight"> Profile </h2> <% end %> <div class="py-12"> <div class="max-w-7xl mx-auto sm:px-6 lg:px-8 space-y-6"> <div class="p-4 sm:p-8 bg-white dark:bg-gray-800 shadow sm:rounded-lg"> <div class="max-w-xl"> <%= render "profile/partials/update_profile_information_form" %> </div> </div> <div class="p-4 sm:p-8 bg-white dark:bg-gray-800 shadow sm:rounded-lg"> <div class="max-w-xl"> <%= render "profile/partials/update_password_form" %> </div> </div> <div class="p-4 sm:p-8 bg-white dark:bg-gray-800 shadow sm:rounded-lg"> <div class="max-w-xl"> <%= render "profile/partials/delete_user_form" %> </div> </div> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kaze-0.5.0 | stubs/hotwire/app/views/profile/edit.html.erb |
kaze-0.4.0 | stubs/hotwire/app/views/profile/edit.html.erb |
kaze-0.3.0 | stubs/hotwire/app/views/profile/edit.html.erb |