Files
timeoverflow/app/views/offers/edit.html.erb
2016-05-14 20:34:46 +02:00

6 lines
142 B
Plaintext

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