tiredpixel/tunefl

View on GitHub
app/views/shared/_about.html.erb

Summary

Maintainability
Test Coverage
<% cache("views/shared/about", :expires_in => 1.hour) { %>
  <div class='about main'>
    <h1><%= t 'about.title' %></h1>
    
    <h3><%=raw t 'about.subtitle' %></h3>
  </div>
<% } %>