6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
<h1>
|
|
<%= @offer.title %>
|
|
<small><%= t ".edit" %></small>
|
|
</h1>
|
|
<%= render 'shared/post_form', post: @offer, label_button: t(".submit") %>
|