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

Version Path
kaze-0.18.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.17.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.16.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.15.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.14.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.13.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.12.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.11.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.10.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.9.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.8.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.7.0 stubs/hotwire/app/views/profile/edit.html.erb
kaze-0.6.0 stubs/hotwire/app/views/profile/edit.html.erb