Sha256: 03af68218004c52147f7cbfcf7a682452b25a89e0201a66e4e01af540208e168

Contents?: true

Size: 834 Bytes

Versions: 10

Compression:

Stored size: 834 Bytes

Contents

<br class="clearfloat" />
<div class="space_center">
</div>
<h2><%= t('settings.for')%> <%= current_subject.name %></h2>
<div class="space_center">
</div>
<% if current_subject==current_user %>
<%= render :partial => "devise/registrations/edit_user", :locals => { :resource => current_user, :resource_name => :user }%>
<% 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 %>
<% if defined?(SocialStream::Presence) and SocialStream::Presence.enable %>
  <%= render :partial => 'chat/settings' %>
<% end %>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
social_stream-0.12.13 base/app/views/settings/_index.html.erb
social_stream-base-0.9.35 app/views/settings/_index.html.erb
social_stream-0.12.12 base/app/views/settings/_index.html.erb
social_stream-base-0.9.34 app/views/settings/_index.html.erb
social_stream-0.12.11 base/app/views/settings/_index.html.erb
social_stream-base-0.9.33 app/views/settings/_index.html.erb
social_stream-0.12.10 base/app/views/settings/_index.html.erb
social_stream-base-0.9.32 app/views/settings/_index.html.erb
social_stream-0.12.9 base/app/views/settings/_index.html.erb
social_stream-base-0.9.31 app/views/settings/_index.html.erb