Sha256: 3f9ae3550c353a3266c4c0809b9161ec044f77f8cbad0d196b79eb791c308669

Contents?: true

Size: 524 Bytes

Versions: 4

Compression:

Stored size: 524 Bytes

Contents

<div id="footer" class="<%= container_classes %>">
  <div class="row">
    <div id="footer_logo" class="col-sm-3 hidden-xs">
      <%= link_to application_name, root_path, :id => 'footer_logo_link' %>
    </div>
    <div id="footer_address" class="col-sm-9">
      <strong><%= t('blacklight.application_name') %></strong><br />
      <%= t('blacklight.footer.address') %><br />
      <%= link_to t('blacklight.pages.contact.title'), feedback_path %>
    </div>
  </div>
</div>

<%= debug(params) if Rails.env.development? %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
commonwealth-vlr-engine-0.0.7 app/views/shared/_footer.html.erb
commonwealth-vlr-engine-0.0.4 app/views/shared/_footer.html.erb
commonwealth-vlr-engine-0.0.3 app/views/shared/_footer.html.erb
commonwealth-vlr-engine-0.0.2 app/views/shared/_footer.html.erb