##// END OF EJS Templates
scm: git: fix test revision value of unit lib test...
scm: git: fix test revision value of unit lib test Hash value range is from 0 to 9 and a to f git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9541 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9346:5e57a1a9d947
r9359:6fcea5ef9da5
Show More
new.html.erb
8 lines | 311 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
Automatically focus several form fields....
r2293 <%= javascript_tag "Form.Element.focus('project_name');" %>
Jean-Philippe Lang
Added project module concept....
r714 <% end %>