Sha256: 778fb73e453c95e2db645336e6f2fb60dd46c76345287275ea6cb5057b752308
Contents?: true
Size: 761 Bytes
Versions: 4
Compression:
Stored size: 761 Bytes
Contents
= simple_form_for(['admin', @item]) do |f| section.main_content-header .main_content-header-wrapper == render 'fae/shared/form_header', header: @klass_name == render 'fae/shared/form_buttons' .main_content-sections section.main_content-section .main_content-section-area = fae_input f, :name, input_class: 'slugger' = fae_input f, :slug = fae_input f, :email = fae_input f, :second_email = fae_input f, :unique_email = fae_input f, :url = fae_input f, :second_url = fae_input f, :phone = fae_input f, :second_phone = fae_input f, :zip = fae_input f, :second_zip = fae_input f, :youtube_url = fae_input f, :second_youtube_url
Version data entries
4 entries across 4 versions & 1 rubygems