Sha256: 372967de43cba6b1fd2fc1e85cc9713810a4bddd62fda98d10b4514f62e16a8d

Contents?: true

Size: 418 Bytes

Versions: 8

Compression:

Stored size: 418 Bytes

Contents

module C80Yax
  module Items
    module AsterixHelper

      def render_asterix
        # TODO-5:: перенести этот текст в базу, в свойства модуля
        a = '*точная стоимость будет озвучена нашим менеджером при телефонном разговоре с клиентом'
        "<p>#{a}</p>".html_safe
      end

    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
c80_yax-0.1.0.9 app/helpers/c80_yax/items/asterix_helper.rb
c80_yax-0.1.0.8 app/helpers/c80_yax/items/asterix_helper.rb
c80_yax-0.1.0.7 app/helpers/c80_yax/items/asterix_helper.rb
c80_yax-0.1.0.6 app/helpers/c80_yax/items/asterix_helper.rb
c80_yax-0.1.0.5 app/helpers/c80_yax/items/asterix_helper.rb
c80_yax-0.1.0.4 app/helpers/c80_yax/items/asterix_helper.rb
c80_yax-0.1.0.3 app/helpers/c80_yax/items/asterix_helper.rb
c80_yax-0.1.0.2 app/helpers/c80_yax/items/asterix_helper.rb