Sha256: 1bdd9bb2ed22f2733a505c2bbfc1abf671e3d5d6d626674772d2e702861e713f

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

<% provide(:title, 'Edit profile') %>
<h1>Update <%= current_user?(@user) ? 'your' : '' %> profile</h1>

<%= error_summary(@user) %>

<div class="row">
 <div class="col-md-4 col-md-offset-4">
  <%= render 'user_form' %>

  <div class="gravatar_edit">
   <%= gravatar_for @user %><br />
   <a href="https://gravatar.com/emails" target="_blank" title="Change your image">change</a>
  </div>
 </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
barkest_core-1.5.4.0 app/views/users/edit.html.erb
barkest_core-1.5.3.0 app/views/users/edit.html.erb