Sha256: b8b30b92258ebb96a5095bb7b9f0c8e52e3cb209b2e67abe5ef86b6b3bfa375c

Contents?: true

Size: 351 Bytes

Versions: 4

Compression:

Stored size: 351 Bytes

Contents

<section class="avatar">
  <header>
    <%= render partial: 'edit_icon' %>
    <h4>
      <%= t('avatar.profile_change') %>
    </h4>
  </header>
  
  <% if can? :update, @profile %>
  <div class="update">
    <%= render partial: 'avatars/form',
               object: @profile.actor,
               as: :avatarable %>
  </div>
  <% end %>
</section>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
social_stream-2.0.0.beta2 base/app/views/profiles/_avatar.html.erb
social_stream-base-2.0.0.beta2 app/views/profiles/_avatar.html.erb
social_stream-2.0.0.beta1 base/app/views/profiles/_avatar.html.erb
social_stream-base-2.0.0.beta1 app/views/profiles/_avatar.html.erb