Sha256: 7e658c01913642777f83ebe48a467ac941bae7941141d72ae1c49005fba45011

Contents?: true

Size: 358 Bytes

Versions: 4

Compression:

Stored size: 358 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.1 base/app/views/profiles/_avatar.html.erb
social_stream-base-2.0.1 app/views/profiles/_avatar.html.erb
social_stream-2.0.0 base/app/views/profiles/_avatar.html.erb
social_stream-base-2.0.0 app/views/profiles/_avatar.html.erb