Sha256: f7a06412d526f5571f63b7f3bea58ddbc543c3aa8fd12bed223d9d155f63c1d2

Contents?: true

Size: 898 Bytes

Versions: 27

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

27 entries across 27 versions & 1 rubygems

Version Path
saucy-0.2.28.1 app/views/accounts/edit.html.erb
saucy-0.2.38 app/views/accounts/edit.html.erb
saucy-0.2.36 app/views/accounts/edit.html.erb
saucy-0.2.35 app/views/accounts/edit.html.erb
saucy-0.2.34 app/views/accounts/edit.html.erb
saucy-0.2.33 app/views/accounts/edit.html.erb
saucy-0.2.32 app/views/accounts/edit.html.erb
saucy-0.2.31 app/views/accounts/edit.html.erb
saucy-0.2.30 app/views/accounts/edit.html.erb
saucy-0.2.29 app/views/accounts/edit.html.erb
saucy-0.2.28 app/views/accounts/edit.html.erb
saucy-0.2.27 app/views/accounts/edit.html.erb
saucy-0.2.26 app/views/accounts/edit.html.erb
saucy-0.2.25 app/views/accounts/edit.html.erb
saucy-0.2.24 app/views/accounts/edit.html.erb
saucy-0.2.21 app/views/accounts/edit.html.erb
saucy-0.2.20 app/views/accounts/edit.html.erb
saucy-0.2.18 app/views/accounts/edit.html.erb
saucy-0.2.17 app/views/accounts/edit.html.erb
saucy-0.2.16 app/views/accounts/edit.html.erb