##// END OF EJS Templates
Diff style (inline or side by side) automatically saved as a user preference....
Diff style (inline or side by side) automatically saved as a user preference. Fixed a Postgres test failure. git-svn-id: http://redmine.rubyforge.org/svn/trunk@893 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r838:0006c5f3b0dc
r880:1454a711caf6
Show More
add_document.rhtml
13 lines | 315 B | text/html+ruby | RhtmlLexer
/ app / views / projects / add_document.rhtml
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_document_new)%></h2>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330
<% form_tag( { :action => 'add_document', :id => @project }, :class => "tabular", :multipart => true) do %>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= render :partial => 'documents/form' %>
Jean-Philippe Lang
tables and forms redesign,...
r19
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <div class="box">
Jean-Philippe Lang
New document form can be accessed from the document list with no additional request....
r838 <%= render :partial => 'common/attachments_form'%>
Jean-Philippe Lang
tables and forms redesign,...
r19 </div>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <%= submit_tag l(:button_create) %>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% end %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330
Jean-Philippe Lang
Initial commit...
r2