Skip to content

Instantly share code, notes, and snippets.

@hecbuma
Created August 23, 2011 21:22
Show Gist options
  • Save hecbuma/1166588 to your computer and use it in GitHub Desktop.
Save hecbuma/1166588 to your computer and use it in GitHub Desktop.
- if current_user.hosted_blog.categories
%h2.head <em>Step 6:</em> Select a category
%p
= form.label :category
%br/
Select a category
= form.select :category, current_user.hosted_blog.categories.collect{|c| [c.title, c.id]} + [["Fantasy/Other",""]], :include_blank => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment