Sha256: 4ad718ae86bd7dfe17c77720c5550f1de91605586201f8342fc86f9e84443660
Contents?: true
Size: 751 Bytes
Versions: 7
Compression:
Stored size: 751 Bytes
Contents
<div style="" class="panel panel-default panel-sidebar-1"> <div class="panel-heading"> <h2><%= I18n.t("webContentSections.contactInformation") %></h2></div> <div class="contact-info-panel-body"> <div class="contact-info"> <h4><%= @current_agency.company_name %></h4> <p><%= @current_agency.street_number %>, <%= @current_agency.street_address %> <br> <%= @current_agency.city %> <% if @current_agency.postal_code.present? %> , <%= @current_agency.postal_code %> <% end %> </p> <%= agency_info(@current_agency, "phone_number_primary", "tel", "fa-phone") %> <%= agency_info(@current_agency, "email_primary", "email", "fa-envelope") %> </div> </div> </div>
Version data entries
7 entries across 7 versions & 1 rubygems