HeavyTechRuby/history

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

Summary

Maintainability
Test Coverage
<h1><%= t('.new_story') %></h1>

<%= render "form", story: @story %>

<br>

<div>
  <%= link_to t('.back'), root_path %>
</div>