HeavyTechRuby/history

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

Summary

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

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

<h2><%= t(".recent_locations") %></h2>

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