Created
June 9, 2010 09:01
-
-
Save fluxsaas/431246 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- semantic_form_for current_account do |f| | |
- f.inputs do | |
- f.semantic_fields_for :config_options do |config_option| | |
= config_option.input :name, :input_html => { :disabled => true } | |
= config_option.input :value, :as => option_type | |
- f.buttons do | |
= f.commit_button 'Save' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment