support-foo/web

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

Summary

Maintainability
Test Coverage
<%= render 'shared/navbar' %>

<div class="container">
  <h1 class="page-title">
    <%= t('canned_responses.general.canned_response') %>
  </h1>

  <%= render 'shared/error_messages', target: @canned_response %>

  <%= render 'form' %>
</div>