next-l/enju_leaf

View on GitHub
app/views/page/_footer.html.erb

Summary

Maintainability
Test Coverage
<div class="header_and_footer">
  <div id="footer">
    <div>
      <%= markdown_helper(@library_group.footer_banner.try(:gsub, /__VERSION__/, EnjuLeaf::VERSION)) -%>
    </div>
  </div>
</div>