Sha256: 8875405be033b234de84940395f1dec9a55b49363f50d340236d4ac5ef5cded2

Contents?: true

Size: 898 Bytes

Versions: 7

Compression:

Stored size: 898 Bytes

Contents

<% content_for :header do -%>
  <h2>Settings for <span><%= current_account.name %></span></h2>
<% end -%>

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

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

7 entries across 7 versions & 1 rubygems

Version Path
saucy-0.2.45 app/views/accounts/edit.html.erb
saucy-0.2.44 app/views/accounts/edit.html.erb
saucy-0.2.43 app/views/accounts/edit.html.erb
saucy-0.2.42 app/views/accounts/edit.html.erb
saucy-0.2.41 app/views/accounts/edit.html.erb
saucy-0.2.40 app/views/accounts/edit.html.erb
saucy-0.2.39 app/views/accounts/edit.html.erb