Sha256: a80a6dfa852ec193c283d1cf463c14ac0c8119227bd0c225e67142dd35f75b08
Contents?: true
Size: 456 Bytes
Versions: 2
Compression:
Stored size: 456 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 :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.13 | app/views/accounts/edit.html.erb |
saucy-0.1.12 | app/views/accounts/edit.html.erb |