Sha256: 66ad028f773937ea14bc544d335b837f1a701431b97891b897fe0b1a352d7ad5

Contents?: true

Size: 926 Bytes

Versions: 2

Compression:

Stored size: 926 Bytes

Contents

<div class="blackLayer"></div>
<div class="content_and_background internal_links_list_page">
  <div class="backgroundArea">
    <%= page_background_asset(configuration) %>
    <%= shadow_div :opacity => configuration['gradient_opacity'] %>
  </div>
  <div class="content scroller">
    <div>
      <div class="contentWrapper">
        <div class="page_header">
          <h2>
            <span class="tagline"><%= configuration['tagline'] %></span>
            <span class="title"><%= configuration['title'] %></span>
            <span class="subtitle"><%= configuration['subtitle'] %></span>
          </h2>
          <%= background_image_tag(configuration['background_image_id'], {"class" => "print_image"}) %>
        </div>
        <div class="contentText">
          <p><%= raw configuration['text'] %></p>
        </div>

        <%= internal_links_list(@entry, configuration) %>
      </div>
    </div>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pageflow-internal-links-1.1.0 app/views/pageflow/internal_links/list/page.html.erb
pageflow-internal-links-1.0.0 app/views/pageflow/internal_links/list/page.html.erb