10 lines
337 B
Plaintext
10 lines
337 B
Plaintext
|
<!-- fq -->
|
||
|
<h3><%=l(:label_new_call)%></h3>
|
||
|
|
||
|
<%= labelled_form_for @bid, :url => {:controller => 'bids', :action => 'create_bid'} do |f| %>
|
||
|
<div class="box tabular">
|
||
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
||
|
<%= submit_tag l(:button_create) %>
|
||
|
<%= javascript_tag "$('#bid_name').focus();" %>
|
||
|
<% end %>
|
||
|
</div>
|