The code powering m.abunchtell.com https://m.abunchtell.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

9 satır
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