Mercurial > hg > soundsoftware-site
view .svn/pristine/96/966cd2b6146a0d4b5e2ece9322684ad27a1171ca.svn-base @ 1423:40e82f170353 biblio_alt_search_auth
small adjustments to text box size.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 02 Oct 2013 16:47:03 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
<h3 class="title"><%=l(:label_version_new)%></h3> <%= labelled_form_for @version, :url => project_versions_path(@project), :remote => true do |f| %> <%= render :partial => 'versions/form', :locals => { :f => f } %> <p class="buttons"> <%= submit_tag l(:button_create), :name => nil %> <%= submit_tag l(:button_cancel), :name => nil, :onclick => "hideModal(this);", :type => 'button' %> </p> <% end %>