##// 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:

r65:96f83cc8f0f0
r677:c6ac590d17b5
Show More
add_version.rhtml
5 lines | 244 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_version_new)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
tables and forms redesign,...
r19 <% labelled_tabular_form_for :version, @version, :url => { :action => 'add_version' } do |f| %>
<%= render :partial => 'versions/form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<% end %>