HeavyTechRuby/history

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

Summary

Maintainability
Test Coverage
<p style="color: green"><%= notice %></p>

<h1><%= t('.stories') %></h1>

<%= render partial: 'stories/recent' %>

<%= link_to t('.new_story'), new_story_path %>