Sha256: a9a248f89cec036766391c8742d1b763523d5d7270ed3a224cd8b25a17ab0581

Contents?: true

Size: 895 Bytes

Versions: 23

Compression:

Stored size: 895 Bytes

Contents

<section class="settings">
  <h2 class="colorfont">
    <%= t('settings.for')%> <%= current_subject.name %>
  </h2>

  <div class="accordion" id="settings-accordion">
    <% if current_subject == current_user %>
      <%= render partial: "devise/registrations/edit_user",
                 locals: { resource: current_user,
                           resource_name: :user } %>

      <%= render partial: "language" %>
    <% end %>

    <%= render partial: "notifications" %>

    <% if current_subject.respond_to? :authentication_token %>
      <%= render partial: 'api_key' %>
    <% end %>

    <% if current_subject == current_user %>
      <%= render partial: "devise/registrations/delete_account",
                 locals: { resource: current_user,
                           resource_name: :user } %>
    <% else %>
      <%= render partial: 'destroy' %>
    <% end %>
  </div>
</section>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
social_stream-2.2.2 base/app/views/settings/_index.html.erb
social_stream-base-2.2.2 app/views/settings/_index.html.erb
social_stream-2.2.1 base/app/views/settings/_index.html.erb
social_stream-base-2.2.1 app/views/settings/_index.html.erb
social_stream-2.2.0 base/app/views/settings/_index.html.erb
social_stream-base-2.2.0 app/views/settings/_index.html.erb
social_stream-2.1.1 base/app/views/settings/_index.html.erb
social_stream-2.1.0 base/app/views/settings/_index.html.erb
social_stream-base-2.1.0 app/views/settings/_index.html.erb
social_stream-2.0.4 base/app/views/settings/_index.html.erb
social_stream-base-2.0.4 app/views/settings/_index.html.erb
social_stream-2.0.3 base/app/views/settings/_index.html.erb
social_stream-base-2.0.3 app/views/settings/_index.html.erb
social_stream-2.0.2 base/app/views/settings/_index.html.erb
social_stream-base-2.0.2 app/views/settings/_index.html.erb
social_stream-2.0.1 base/app/views/settings/_index.html.erb
social_stream-base-2.0.1 app/views/settings/_index.html.erb
social_stream-2.0.0 base/app/views/settings/_index.html.erb
social_stream-base-2.0.0 app/views/settings/_index.html.erb
social_stream-2.0.0.beta3 base/app/views/settings/_index.html.erb