Sha256: bd22de2c0119c1576e77ebce79f31b05f1d8510498657d8ea45671248a351e3e

Contents?: true

Size: 1.42 KB

Versions: 5

Compression:

Stored size: 1.42 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("contactUs") %>
        </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("contactUs") %>
          </li>
        </ol>
      </div>
    </div>
  </div>
</div>
<section class="bg-white contact-us-section">
  <div class="wp-section">
    <div class="container">
      <div class="row">
        <div class="col-md-7">
          <%= render 'pwb/sections/contact_us_form' %>
        </div>
        <div class="col-md-1">
        </div>
        <div class="col-md-4">
          <div class="row">
            <div class="col-sm-12">
              <%= render '/pwb/props/prop_contact_info' %>
            </div>
            <div class="col-sm-12" style="display:none;">
              <%# render '/main/home/about_us/opening_hours' %>
            </div>
            <div class="col-sm-12">
            <% if @current_agency.show_contact_map %>
               <div id="inmo-map-canvas" class="map-canvas no-margin"></div>              
            <% end %>
            </div>
          </div>
        </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/contact_us.html.erb
pwb-1.0.0 app/themes/default/views/pwb/sections/contact_us.html.erb
pwb-0.1.1 app/themes/default/views/pwb/sections/contact_us.html.erb
pwb-0.1.0 app/themes/default/views/pwb/sections/contact_us.html.erb
pwb-0.0.2 app/themes/default/views/pwb/sections/contact_us.html.erb