Sha256: 868527132adc7098c38ba8138e3502ee8bc2f8a671d86df63a9cd049da3644df
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
= render_cell :widgets, :sidebar, :kind => :left, :css_names => "sidebar sidebar_left sidebar_upper", :structure => @structure = render_cell :widgets, :sidebar, :kind => :right, :css_names => "sidebar sidebar_right sidebar_upper", :structure => @structure .content .discount = render partial: "ticket", locals: { ticket: @tickets.first } .content_title h1 = @structure.title .content_title_line .desclaimer_content_item = raw render_widgets(@structure.normalized_content) .content_title h2 Life-time discounts .content_title_line - unless @lifetimes.empty? .discount_models - @lifetimes.group_by { |l| l.lifetime_type }.each do |lifetime_type, items| .discount_diagram - lifetimes = items.map{|i| i.value}.sort() = render partial: "pages/discount_diagram_item", collection: items, locals: {lifetimes: lifetimes} .discount_progress_selection span or .discount_block .sidebar_item.life_time .sidebar_content = render partial: "account/discounts/lifetime_items" = content_for :prefooter do = render :partial => "shared/prefooter"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/views/pages/discounts.html.slim |