Sha256: 6477376e38324e2f5e10c1b509609275c4ec133a79493dfe7efd96e4ad1410ee

Contents?: true

Size: 1003 Bytes

Versions: 16

Compression:

Stored size: 1003 Bytes

Contents

<% content_for :header do -%>
  <h2>Settings for <span><%= current_account.name %></span></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

16 entries across 16 versions & 1 rubygems

Version Path
saucy-0.5.1 app/views/accounts/edit.html.erb
saucy-0.5.0 app/views/accounts/edit.html.erb
saucy-0.4.10 app/views/accounts/edit.html.erb
saucy-0.4.9 app/views/accounts/edit.html.erb
saucy-0.4.8 app/views/accounts/edit.html.erb
saucy-0.4.7 app/views/accounts/edit.html.erb
saucy-0.4.6 app/views/accounts/edit.html.erb
saucy-0.4.5 app/views/accounts/edit.html.erb
saucy-0.4.4 app/views/accounts/edit.html.erb
saucy-0.4.3 app/views/accounts/edit.html.erb
saucy-0.4.2 app/views/accounts/edit.html.erb
saucy-0.4.1 app/views/accounts/edit.html.erb
saucy-0.3.4.1 app/views/accounts/edit.html.erb
saucy-0.4.0 app/views/accounts/edit.html.erb
saucy-0.3.4 app/views/accounts/edit.html.erb
saucy-0.3.3 app/views/accounts/edit.html.erb