tnantoka/konnyaku

View on GitHub
app/views/posts/new.html.erb

Summary

Maintainability
Test Coverage
<% title = t(:new_post) %>
<% content_for(:title) { title } %>

<div class="page-header">
  <h1><%= title %></h1>
</div>

<%= render 'form' %>