Skip to content

Instantly share code, notes, and snippets.

@TXDynamics
Created July 7, 2013 21:46
Show Gist options
  • Select an option

  • Save TXDynamics/5945106 to your computer and use it in GitHub Desktop.

Select an option

Save TXDynamics/5945106 to your computer and use it in GitHub Desktop.
Admin Console Form Default
<%= simple_form_for(@question_category) do |f| %>
<%= f.error_notification %>
<div class="form-inputs">
<%= f.input :name, input_html: { class: 'span7' }, label: 'Category Name' %>
<div class="form-actions">
<%= f.button :submit , :class => 'btn medium btn-primary', value: 'Post It!' %>
</div>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment