Sha256: 9e0e565d5b5434b678401e8c365ac6855ea32fd8b03b022665779bac09a4973b

Contents?: true

Size: 452 Bytes

Versions: 10

Compression:

Stored size: 452 Bytes

Contents

<h2>Settings for <span><%= current_account.name %></span></h2>

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

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

    <%= form.buttons do %>
      <%= form.commit_button "Update" %>
    <% end %>
  <% end %>
<% end -%>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
saucy-0.1.11 app/views/accounts/edit.html.erb
saucy-0.1.9 app/views/accounts/edit.html.erb
saucy-0.1.8 app/views/accounts/edit.html.erb
saucy-0.1.7 app/views/accounts/edit.html.erb
saucy-0.1.6 app/views/accounts/edit.html.erb
saucy-0.1.5 app/views/accounts/edit.html.erb
saucy-0.1.4 app/views/accounts/edit.html.erb
saucy-0.1.3 app/views/accounts/edit.html.erb
saucy-0.1.2 app/views/accounts/edit.html.erb
saucy-0.1.1 app/views/accounts/edit.html.erb