12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
|
<h3><%=l(:label_release_softapplication)%></h3>
|
||
|
<!-- <%= render 'form' %>
|
||
|
|
||
|
<%= link_to 'Back', softapplications_path %> -->
|
||
|
|
||
|
<%= labelled_form_for @softapplication, :url => {:controller => 'softapplications', :action => 'create'}, method: :post do |f| %>
|
||
|
<div class="box tabular">
|
||
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
||
|
<%= submit_tag l(:button_create) %>
|
||
|
<!-- <%= javascript_tag "$('#bid_name').focus();" %> -->
|
||
|
<% end %>
|
||
|
</div>
|