coopdevs/timeoverflow

View on GitHub
app/views/inquiries/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>
  <%= @inquiry.title %>
  <small><%= t ".edit" %></small>
</h1>
<%= render "shared/post_form", post: @inquiry, label_button: t(".submit") %>