select 태그 정보

1509 단어 선택 태그haml

선택 태그 사용



처음에 이런 식으로 중복적으로 쓰고있었습니다 (haml에서 쓰는 방법입니다)


Image from Gyazo



결론


    %ul
    %li
      %label 生年月日
         %span 必須
     %ul
       %li
        %h.birthday
          = select_tag('year',options_for_select(1900..2019),include_blank: '---',class: "birthday")
        %span.tosi 年
          %h.birthday2
           = select_tag('year',options_for_select(1..12),include_blank: '---',class: "birthday2")
         %span.tosi 月
           %h.birthday
            = select_tag('year',options_for_select(1..31),include_blank: '---',class: "birthday")
          %span.tosi 日

그러면 이렇게

좋은 웹페이지 즐겨찾기