Sha256: ff7394780ff23c1e7dd647561379cce93214a2673ce759dea4dde1d708c96201
Contents?: true
Size: 820 Bytes
Versions: 13
Compression:
Stored size: 820 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
13 entries across 13 versions & 1 rubygems