Sha256: ee9dcc8a95333ec6648d26dc80c2c88c9818d609b78361ddfe9427bdbf45ccc8

Contents?: true

Size: 499 Bytes

Versions: 2

Compression:

Stored size: 499 Bytes

Contents

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

<%= 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 :keyword %>
    <% end %>

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
saucy-0.1.15 app/views/accounts/edit.html.erb
saucy-0.1.14 app/views/accounts/edit.html.erb