Guest User

Untitled

a guest
Mar 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <% if current_user %>
  2. <h2>Place a bid</h2>
  3. <p>
  4. <%= render :partial => '/views/bids/_bid', :locals => {:bid => @bid, :picture => @picture %>
  5. </p>
  6. <% end %>
Add Comment
Please, Sign In to add comment