Sha256: 3b8bace4a41cfd9fe26934035d41397c629257d9221393fd5c9cbab5f9336993

Contents?: true

Size: 370 Bytes

Versions: 19

Compression:

Stored size: 370 Bytes

Contents

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

Version data entries

19 entries across 17 versions & 3 rubygems

Version Path
social_stream-2.2.2 oauth2_server/app/views/site/clients/_avatar.html.erb
social_stream-oauth2_server-2.2.2 app/views/site/clients/_avatar.html.erb
social_stream-2.2.1 oauth2_server/app/views/site/clients/_avatar.html.erb
social_stream-oauth2_server-2.2.1 app/views/site/clients/_avatar.html.erb
social_stream-2.2.0 oauth2_server/app/views/site/clients/_avatar.html.erb
social_stream-oauth2_server-2.2.0 app/views/site/clients/_avatar.html.erb
social_stream-2.1.1 oauth2_server/app/views/site/clients/_avatar.html.erb
social_stream-2.1.1 base/app/views/profiles/_avatar.html.erb
social_stream-oauth2_server-2.1.1 app/views/site/clients/_avatar.html.erb
social_stream-2.1.0 base/app/views/profiles/_avatar.html.erb
social_stream-2.1.0 oauth2_server/app/views/site/clients/_avatar.html.erb
social_stream-oauth2_server-2.1.0 app/views/site/clients/_avatar.html.erb
social_stream-base-2.1.0 app/views/profiles/_avatar.html.erb
social_stream-2.0.4 base/app/views/profiles/_avatar.html.erb
social_stream-base-2.0.4 app/views/profiles/_avatar.html.erb
social_stream-2.0.3 base/app/views/profiles/_avatar.html.erb
social_stream-base-2.0.3 app/views/profiles/_avatar.html.erb
social_stream-2.0.2 base/app/views/profiles/_avatar.html.erb
social_stream-base-2.0.2 app/views/profiles/_avatar.html.erb