learningtapestry/lcms-engine

View on GitHub
app/views/lcms/engine/shared/_footer.html.erb

Summary

Maintainability
Test Coverage
<% if current_user&.ready_to_go? %>
  <footer class="c-footer u-supported <%= add_class_for_action(:resources, :show, 'c-footer--with-sticky') %>">
    <div class="c-footer__wrap o-page__wrap--row-column c-navbar">
      <div class="c-footer__logo">
        <%= link_to 'LCMS Engine', lcms_engine.root_path %>
      </div>
    </div>
  </footer>
<% end %>