coopdevs/timeoverflow

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

Summary

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