Sha256: fc78bc08d30acda2abc72c999abe1bef442e2e2717476adb779e5db86f1d9e43

Contents?: true

Size: 1.41 KB

Versions: 4

Compression:

Stored size: 1.41 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("aboutUs") %>
        </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("aboutUs") %>
          </li>
        </ol>
      </div>

    </div>
  </div>
</div>
<section class="slice bg-white bb">
  <div class="wp-section">
    <div class="container">
      <div class="row">
        <div class="col-md-6">
          <img src="<%= @content.default_photo_url%>"  alt=""
          class="img-responsive about-us-img">
        </div>
        <div class="col-md-6">
          <div class="section-title-wr mt-40">
            <h3 class="section-title left">
              <span>
                <%= I18n.t("aboutUs") %>
              </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>
    </div>
  </div>
</section>
<!-- FOOTER -->

Version data entries

4 entries across 4 versions & 1 rubygems

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