Sha256: bcb6ff193411ba632072396d2af9040c0962bd82272907a4dce08bd08bd12c37

Contents?: true

Size: 539 Bytes

Versions: 6

Compression:

Stored size: 539 Bytes

Contents

<% toolbar :profile => current_subject %>

<% sidebar %>

<%= location(t('account.one'), 
  link_to(t('settings.main'), settings_path)
) %>
<br class="clearfloat" />
<div class="space_center">
</div>
<h2><%= t('settings.for')%> <%= current_subject.name %></h2>
<div class="space_center">
</div>
<%= render :partial => "edit_user"%>

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

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
vkhater-social_stream-0.16.3.3 base/app/views/devise/registrations/edit.html.erb
vkhater-social_stream-base-0.11.2 app/views/devise/registrations/edit.html.erb
social_stream-0.16.3 base/app/views/devise/registrations/edit.html.erb
social_stream-base-0.11.2 app/views/devise/registrations/edit.html.erb
social_stream-0.16.2 base/app/views/devise/registrations/edit.html.erb
social_stream-base-0.11.1 app/views/devise/registrations/edit.html.erb