Skip to content

Instantly share code, notes, and snippets.

@slawosz
Created January 12, 2009 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slawosz/45977 to your computer and use it in GitHub Desktop.
Save slawosz/45977 to your computer and use it in GitHub Desktop.
= select :article_id, :collection => @articles, :text_method => :title, :value_method => :id, :label => "Wybierz artykuł do pokazania w menu", :include_blank => "Wybierz artykuł", :selected => @menu_element.article.id.to_s
<li id="menu_element_article_id_container">
<label class="main" for="menu_element_article_id">Wybierz artykuł do pokazania w menu</label>
<div>
<label for="menu_element_article_id">Wybierz artykuł do pokazania w menu</label><select name="menu_element[article_id]" id="menu_element_article_id"><option value=""></option><option value="1" selected="selected">test</option><option value="2">aaa</option></select></div></li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment