Sha256: 8397f24b0f629cc110961006d0d75a334e122d0f0789c9c5fbe3abb07cad5688
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
module C80Catoffers module Inner module ModalHelper def _render_bs_modal(content='', title='') render :partial => 'c80_catoffers/bs_modal', :locals => { title: title, content: content, close_label: 'Закрыть' } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
c80_catoffers-0.1.0.5 | app/helpers/c80_catoffers/inner/modal_helper.rb |
c80_catoffers-0.1.0.4 | app/helpers/c80_catoffers/inner/modal_helper.rb |