Sha256: 9598fe9c547ce037b02330dc83bbd2ec506c493c02afbf43f39228bb23d1e1a6
Contents?: true
Size: 827 Bytes
Versions: 4
Compression:
Stored size: 827 Bytes
Contents
module C80RefinePrice module AppHelper # отрисовка формы 'Уточнить цену', завёрнутой в bootstrap modal окно def render_popup_refine_price(params) render :partial => 'c80_refine_price/shared/popup', :locals => { title: I18n.t('c80_refine_price.popup_refine_price.title'), content: _render_full_contact_form(params) } end # отрисовка success-сообщения, завёрнутого в bootstrap modal окно def render_popup_ok render :partial => 'c80_refine_price/shared/popup', :locals => { title: I18n.t('c80_refine_price.popup_ok.title'), content: I18n.t('c80_refine_price.popup_ok.content') } end end end
Version data entries
4 entries across 4 versions & 1 rubygems