Sha256: 15b2b82801ff1a246ece2cba6b194d80d5d30262be00480834cf5bb5206f6a8b

Contents?: true

Size: 966 Bytes

Versions: 55

Compression:

Stored size: 966 Bytes

Contents

<% content_for :header do -%>
  <h2>Account Settings</h2>
<% end -%>

<%= render :partial => 'subnav' %>

<div class="plan current">
  <h3>Your Plan</h3>
  <%= render @account.plan %>
  <%= link_to "Upgrade", edit_account_plan_path(current_account), :id => "upgrade-account" %>

  <% @account.plan.limits.numbered.each do |limit| -%>
    <%= render_limit_meter(limit) %>
  <% end -%>
</div>

<%= content_tag_for :div, @account do -%>
  <%= semantic_form_for @account do |form| %>
    <%= form.inputs do %>
      <%= form.input :name, :label => "Account name" %>
      <%= form.input :keyword %>
    <% end %>

    <%= form.buttons do %>
      <%= form.commit_button "Update" %>
      <li>
        <%= link_to t(".delete", :default => "Delete my account"),
                    @account,
                    :method  => :delete,
                    :confirm => "Are you sure? All data will be irreversibly deleted." %>
      </li>
    <% end %>
  <% end %>
<% end -%>

Version data entries

55 entries across 55 versions & 2 rubygems

Version Path
saucy-0.16.1 app/views/accounts/edit.html.erb
saucy-0.16.0 app/views/accounts/edit.html.erb
saucy-0.15.2 app/views/accounts/edit.html.erb
saucy-0.15.1 app/views/accounts/edit.html.erb
saucy-0.15.0 app/views/accounts/edit.html.erb
saucy-0.14.5 app/views/accounts/edit.html.erb
saucy-0.14.3 app/views/accounts/edit.html.erb
saucy-0.14.2 app/views/accounts/edit.html.erb
saucy-0.14.1 app/views/accounts/edit.html.erb
saucy-0.14.0 app/views/accounts/edit.html.erb
saucy-0.13.3 app/views/accounts/edit.html.erb
saucy-0.13.2 app/views/accounts/edit.html.erb
saucy-0.10.9 app/views/accounts/edit.html.erb
saucy-0.10.8 app/views/accounts/edit.html.erb
saucy-0.13.1 app/views/accounts/edit.html.erb
saucy-0.13.0 app/views/accounts/edit.html.erb
saucy-0.12.5 app/views/accounts/edit.html.erb
saucy-0.12.4 app/views/accounts/edit.html.erb
saucy-0.12.3 app/views/accounts/edit.html.erb
saucy-0.12.2 app/views/accounts/edit.html.erb