socialforge/app/views/bids/new_contest.html.erb

10 lines
429 B
Plaintext
Raw Normal View History

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