The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

9 行
209 B

  1. - content_for :page_title do
  2. = t('filters.new.title')
  3. = simple_form_for @filter, url: filters_path do |f|
  4. = render 'fields', f: f
  5. .actions
  6. = f.button :button, t('filters.new.title'), type: :submit