woese/guara-crm

View on GitHub
app/views/static_pages/contact.html.erb

Summary

Maintainability
Test Coverage
<% provide(:title, t('contact.title')) %>
<h1><%= t('contact.title') %></h1>
<p>
  <%= link_to t("contact.link"), contact_path %>
</p>