Sha256: 07a2d23ad232bbdcc20edbfc2cdc876f8c4a2d7724edeed35cd30ac1383ac56b

Contents?: true

Size: 316 Bytes

Versions: 9

Compression:

Stored size: 316 Bytes

Contents

<% content_for :page_heading do %>
  <h2>
    <i class="glyphicon glyphicon-large glyphicon-user"></i>
    <%= 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

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/admin/profiles/index.html.erb
publify_core-9.0.1 app/views/admin/profiles/index.html.erb
publify_core-9.0.0 app/views/admin/profiles/index.html.erb
publify_core-9.0.0.pre6 app/views/admin/profiles/index.html.erb
publify_core-9.0.0.pre5 app/views/admin/profiles/index.html.erb
publify_core-9.0.0.pre4 app/views/admin/profiles/index.html.erb
publify_core-9.0.0.pre3 app/views/admin/profiles/index.html.erb
publify_core-9.0.0.pre2 app/views/admin/profiles/index.html.erb
publify_core-9.0.0.pre1 app/views/admin/profiles/index.html.erb