##// END OF EJS Templates
Added 'reported by me' and 'assigned to me' issue feeds on 'My page'....
Added 'reported by me' and 'assigned to me' issue feeds on 'My page'. git-svn-id: http://redmine.rubyforge.org/svn/trunk@688 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r545:70374d084e19
r677:c6ac590d17b5
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 %>