Sha256: eb0f5312b839cb695ee3ace9c2b185846ea35d017afe558472049973b5b1c997

Contents?: true

Size: 1.75 KB

Versions: 2

Compression:

Stored size: 1.75 KB

Contents

<div class="header">
  <div class="title-bar" data-responsive-toggle="main-menu" data-hide-for="large">
    <button class="menu-icon" type="button" data-toggle="offCanvasLeft"></button>
    <%= link_to(image_tag("ama-logo.png"), Rails.configuration.amaabca_site, class: "title-bar__logo") %>
    <%= navigation.mobile_notification_icon %>
  </div>
  <div class="top-bar" id="main-menu">
    <div class="top-bar-left">
      <a href="<%= Rails.configuration.amaabca_site %>" class="ml1 pl1"><i class="fas fa-chevron-left pr1"></i> Back to Other AMA Services</a>
    </div>
    <div class="top-bar-right">
      <ul class="menu" data-responsive-menu="drilldown medium-dropdown">
        <%= navigation.notification_icon %>
        <li>
          <a href="<%= Rails.configuration.amaabca_site %>/knowledge-base/articles" target="_blank">Help</a>
        </li>
        <li>
          <a href="<%= Rails.configuration.amaabca_site %>/membership/contact-us--centre-locations-hours-and-contact-information">Contact Us</a>
        </li>
        <%= navigation.account_toggle(self) %>
        <%= navigation.top_nav %>
      </ul>
    </div>
  </div>
</div>
<%= navigation.mobile_links %>
<%= navigation.notification_sidebar %>
<div class="javascript_errors error_notification" hidden></div>
<noscript>
  <div class="mt1 large-12 columns text-center error_notification">
    <h2 class="mt1">There seems to be an issue with your browser.</h2>
    <h5>Javascript is disabled in your web browser.</h5>
    <div class='fieldset text-center small mb1 block'>
      For full functionality of this site it is necessary to enable JavaScript. Here are the <a href="http://www.enable-javascript.com/" target="_blank"> instructions how to enable JavaScript in your web browser</a>
    </div>
  </div>
</noscript>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ama_layout-11.3.0 app/views/ama_layout/v3/_siteheader.html.erb
ama_layout-11.2.0 app/views/ama_layout/v3/_siteheader.html.erb