OSDN Git Service

65bb2cb525fa910005e59b5d733bf1033184104b
[pettanr/pettanr.git] / app / views / templates / r / form / tag / _select.html.erb
1 <%= select_tag tag.form_field_name, options_for_select(t_select_items(tag.items), :selected => tag.value.to_s), tag.options %>