Sha256: dfaa74e046a128d283719dfe66f25ea301ea83ae5d0ecfe874e339eb01af84c6
Contents?: true
Size: 947 Bytes
Versions: 3
Compression:
Stored size: 947 Bytes
Contents
<div class="black_layer"></div> <div class="content_and_background chart_page"> <div class="page_background"> <%= page_background_asset(page) %> <%= shadow_div :opacity => configuration['gradient_opacity'] %> </div> <div class="content"> <div class="iframeWrapper"> <%= scraped_site_iframe(configuration) %> <%= third_party_embed_opt_in( entry: entry, vendor_name: 'datawrapper', message: t('pageflow.public.chart.opt_in_prompt') ) %> <div class="bigscreen_toggler" tabindex="4" title="<%= t('pageflow.public.chart.toggle') %>"><%= t('pageflow.public.chart.toggle') %></div> <div class="opt_out_wrapper"> <%= third_party_embed_opt_out_info(entry) %> </div> </div> <div class="scroller"> <div> <div class="content_wrapper"> <%= page_default_content(page) %> </div> </div> </div> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pageflow-chart-2.6.0 | app/views/pageflow/chart/page.html.erb |
pageflow-chart-2.5.0 | app/views/pageflow/chart/page.html.erb |
pageflow-chart-2.4.0 | app/views/pageflow/chart/page.html.erb |