ifmeorg/ifme

View on GitHub
app/views/errors/not_found.html.erb

Summary

Maintainability
Test Coverage
<% title 'Error' %>
<div class="errorPage">
  <div class="messageMain">
      <%= t('errors.not_found.header_message') %>
  </div>

  <div class="messageBody">
      <%= link_to t('errors.home_page'), root_url %>
  </div>
</div>