소스 검색

Add icon_size to form

master
Adrian Short 11 년 전
부모
커밋
0b5137df47
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      app/views/subscriptions/_icon_form.html.haml

+ 4
- 0
app/views/subscriptions/_icon_form.html.haml 파일 보기

@@ -18,4 +18,8 @@
.field
= f.label "Icon URL"
= f.text_field :icon_url, :size => 120
.field
= f.label "Size (metres)"
= f.text_field :icon_size, :size => 3
%p
= f.submit 'Save', :id => 'submit'

불러오는 중...
취소
저장