##// END OF EJS Templates
Ability to sort issues by grouped column (#3511)....
Ability to sort issues by grouped column (#3511). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10765 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9885:6a2ca5e03427
r10543:9f148e098b07
Show More
new.html.erb
8 lines | 303 B | text/plain | TextLexer
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_project_new)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 <%= labelled_form_for @project do |f| %>
Jean-Philippe Lang
tables and forms redesign,...
r19 <%= render :partial => 'form', :locals => { :f => f } %>
Jean-Philippe Lang
Adds a 'Create and continue' button on project form....
r6183 <%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
Jean-Philippe Lang
JQuery in, Prototype/Scriptaculous out (#11445)....
r9885 <%= javascript_tag "$('#project_name').focus();" %>
Jean-Philippe Lang
Added project module concept....
r714 <% end %>