Skip to content

Instantly share code, notes, and snippets.

@oki
Created December 9, 2009 19:40
Show Gist options
  • Select an option

  • Save oki/252724 to your computer and use it in GitHub Desktop.

Select an option

Save oki/252724 to your computer and use it in GitHub Desktop.
<% semantic_form_for @current_user, :url => save_settings_path do |form| %>
<% form.inputs :name => "Allegro", :for => :allegro_account do |allegro| -%>
<%= allegro.input :login, :hint => "Login z allegro" -%>
<%= allegro.input :password, :hint => "Haslo z allegro" -%>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment