2013-10-08 22:12:17 +08:00
|
|
|
<!-- huang -->
|
|
|
|
<h3><%=l(:label_newtype_contest)%></h3>
|
|
|
|
|
2013-10-09 17:27:42 +08:00
|
|
|
<%= labelled_form_for @bid, :url => {:controller => 'bids', :action => 'create_contest'} do |f| %>
|
2013-10-08 22:12:17 +08:00
|
|
|
<div class="box tabular">
|
|
|
|
<%= render :partial => 'form_contest', :locals => { :f => f } %>
|
|
|
|
<%= submit_tag l(:button_create) %>
|
|
|
|
<%= javascript_tag "$('#bid_name').focus();" %>
|
|
|
|
<% end %>
|
|
|
|
</div>
|