Sha256: bca79f17005608e385d9df7a923db6465f768509cad533a0af7d456ad99afa39

Contents?: true

Size: 439 Bytes

Versions: 21

Compression:

Stored size: 439 Bytes

Contents

<%= location(t('account.one'), 
  link_to(t('settings.main'), settings_path)
) %>

<h2>
	<%= t('settings.for')%> <%= current_subject.name %>
</h2>

<%= render :partial => "edit_user"%>
<%= render :partial => "settings/language" %>
<%= render :partial => "settings/notifications" %>
<% if current_subject.respond_to? :authentication_token%>
  <%= render :partial => "settings/api_key" %>
<% end %>
<%= render :partial => "delete_account"%>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
social_stream-2.2.0 base/app/views/devise/registrations/edit.html.erb
social_stream-base-2.2.0 app/views/devise/registrations/edit.html.erb
social_stream-2.1.1 base/app/views/devise/registrations/edit.html.erb
social_stream-2.1.0 base/app/views/devise/registrations/edit.html.erb
social_stream-base-2.1.0 app/views/devise/registrations/edit.html.erb
social_stream-2.0.4 base/app/views/devise/registrations/edit.html.erb
social_stream-base-2.0.4 app/views/devise/registrations/edit.html.erb
social_stream-2.0.3 base/app/views/devise/registrations/edit.html.erb
social_stream-base-2.0.3 app/views/devise/registrations/edit.html.erb
social_stream-2.0.2 base/app/views/devise/registrations/edit.html.erb
social_stream-base-2.0.2 app/views/devise/registrations/edit.html.erb
social_stream-2.0.1 base/app/views/devise/registrations/edit.html.erb
social_stream-base-2.0.1 app/views/devise/registrations/edit.html.erb
social_stream-2.0.0 base/app/views/devise/registrations/edit.html.erb
social_stream-base-2.0.0 app/views/devise/registrations/edit.html.erb
social_stream-2.0.0.beta3 base/app/views/devise/registrations/edit.html.erb
social_stream-base-2.0.0.beta3 app/views/devise/registrations/edit.html.erb
social_stream-2.0.0.beta2 base/app/views/devise/registrations/edit.html.erb
social_stream-base-2.0.0.beta2 app/views/devise/registrations/edit.html.erb
social_stream-2.0.0.beta1 base/app/views/devise/registrations/edit.html.erb