Sha256: b1083cc45f51f7d9b53d24fc3aa0c44240a8a40e709e55d51297e61bc386e25f

Contents?: true

Size: 255 Bytes

Versions: 14

Compression:

Stored size: 255 Bytes

Contents

<% content_for :page_heading do %>
  <h2>
    <%= t('.your_profile') %>
  </h2>
<% end %>

<%= form_for([:admin, @user], url: admin_profile_path(current_user)) do |f| %>
  <%= render partial: 'admin/users/form', locals: { f: f, user: @user } %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
publify_core-10.0.2 app/views/admin/profiles/index.html.erb
publify_core-10.0.1 app/views/admin/profiles/index.html.erb
publify_core-10.0.0 app/views/admin/profiles/index.html.erb
publify_core-9.2.10 app/views/admin/profiles/index.html.erb
publify_core-9.2.9 app/views/admin/profiles/index.html.erb
publify_core-9.2.8 app/views/admin/profiles/index.html.erb
publify_core-9.2.7 app/views/admin/profiles/index.html.erb
publify_core-9.2.6 app/views/admin/profiles/index.html.erb
publify_core-9.2.5 app/views/admin/profiles/index.html.erb
publify_core-9.2.4 app/views/admin/profiles/index.html.erb
publify_core-9.2.3 app/views/admin/profiles/index.html.erb
publify_core-9.2.2 app/views/admin/profiles/index.html.erb
publify_core-9.2.1 app/views/admin/profiles/index.html.erb
publify_core-9.2.0 app/views/admin/profiles/index.html.erb