Sha256: ab62dac236659f3668c6cfd6a9f8ecd3ce1a6a8765e8452f1698e3b4e4a8688d

Contents?: true

Size: 370 Bytes

Versions: 1

Compression:

Stored size: 370 Bytes

Contents

module C80Callback
  module Inner
    module ModalHelper

      def _render_bs_modal(content='', title='')
        render :partial => 'c80_callback/shared/inner/modal/bs_modal',
               :locals => {
                   title: title,
                   content: content,
                   close_label: 'Закрыть'
               }
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
c80_callback-0.1.0.2 app/helpers/c80_callback/inner/modal_helper.rb