Sha256: fbb7bba44c15466030c1a69966c6dcac212f58a2b44f75f087e36041dc8c2000
Contents?: true
Size: 467 Bytes
Versions: 3
Compression:
Stored size: 467 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 -%> <%= 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
saucy-0.1.18 | app/views/accounts/edit.html.erb |
saucy-0.1.17 | app/views/accounts/edit.html.erb |
saucy-0.1.16 | app/views/accounts/edit.html.erb |