Sha256: 9b64ff524d19f15ded34a6b60d28e012381dd1d4f5d5a71e357e15ff965ab388

Contents?: true

Size: 1.33 KB

Versions: 5

Compression:

Stored size: 1.33 KB

Contents

<% page_title @current_agency.company_name  %>
<!-- MAIN CONTENT -->
<div class="pg-opt">
  <div class="container">
    <div class="row">
      <div class="col-md-6">
        <h2>
          <%= I18n.t(@title_key) %>
        </h2>
      </div>
      <div class="col-md-6" style="">
        <ol class="breadcrumb">
          <li><a href="/">
              <%= I18n.t("webContentSections.home") %>
            </a></li>
          <li class="active">
            <%= I18n.t(@title_key) %>
          </li>
        </ol>
      </div>
    </div>
  </div>
</div>
<section class="slice bg-white bb static-content-panel">
  <div class="wp-section">
    <div class="container">
      <div class="row">
        <div class="col-md-11">
          <div class="section-title-wr mt-40">
            <h3 class="section-title left">
              <span>
                <%# I18n.t(@title_key) %>
              </span>
            </h3>
          </div>
          <div>
            <p>
              <%== @content.raw %>
            </p>
          </div>
          <div>
            <% if @is_subdomain_admin  %>
              <%= link_to I18n.t("labels.edit"), "#{ "/" + I18n.locale.to_s + @content.urls['adminUrl'] }"  %>
            <% end %>
          </div>
        </div>
        <div class="col-md-1">
        </div>
      </div>
    </div>
  </div>
</section>
<!-- FOOTER -->

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pwb-1.1.1 app/themes/default/views/pwb/sections/static.html.erb
pwb-1.0.0 app/themes/default/views/pwb/sections/static.html.erb
pwb-0.1.1 app/themes/default/views/pwb/sections/static.html.erb
pwb-0.1.0 app/themes/default/views/pwb/sections/static.html.erb
pwb-0.0.2 app/themes/default/views/pwb/sections/static.html.erb