jipiboily/monologue

View on GitHub
app/views/monologue/posts/404.html.erb

Summary

Maintainability
Test Coverage

<% content_for :title do %>
  <%= t(".title") %>
<% end %>

<article>
  <header><h1><%= t(".title") %></h1></header>
  <p><%= t(".message") %></p>
</article>