##// END OF EJS Templates
Sligth changes on my page issue tables and wiki history, changesets tables....
Sligth changes on my page issue tables and wiki history, changesets tables. git-svn-id: http://redmine.rubyforge.org/svn/trunk@808 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r545:70374d084e19
r797:57d3dd3b80ed
Show More
add_file.rhtml
12 lines | 483 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_attachment_new)%></h2>
<%= error_messages_for 'attachment' %>
<div class="box">
<% form_tag({ :action => 'add_file', :id => @project }, :multipart => true, :class => "tabular") do %>
<p><label for="version_id"><%=l(:field_version)%> <span class="required">*</span></label>
<%= select_tag "version_id", options_from_collection_for_select(@versions, "id", "name") %></p>
<%= render :partial => 'attachments/form' %>
</div>
<%= submit_tag l(:button_add) %>
<% end %>