replace tabs to spaces app/views/issues/new.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8887 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
84dd4ecbd4
commit
8c6a68ba4c
|
@ -5,18 +5,18 @@
|
||||||
<% labelled_form_for @issue, :url => project_issues_path(@project),
|
<% labelled_form_for @issue, :url => project_issues_path(@project),
|
||||||
:html => {:id => 'issue-form', :multipart => true} do |f| %>
|
:html => {:id => 'issue-form', :multipart => true} do |f| %>
|
||||||
<%= error_messages_for 'issue' %>
|
<%= error_messages_for 'issue' %>
|
||||||
<%= hidden_field_tag 'copy_from', params[:copy_from] if params[:copy_from] %>
|
<%= hidden_field_tag 'copy_from', params[:copy_from] if params[:copy_from] %>
|
||||||
<div class="box tabular">
|
<div class="box tabular">
|
||||||
<div id="all_attributes">
|
<div id="all_attributes">
|
||||||
<%= render :partial => 'issues/form', :locals => {:f => f} %>
|
<%= render :partial => 'issues/form', :locals => {:f => f} %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if @copy_from && @copy_from.attachments.any? %>
|
<% if @copy_from && @copy_from.attachments.any? %>
|
||||||
<p>
|
<p>
|
||||||
<label for="copy_attachments"><%= l(:label_copy_attachments) %></label>
|
<label for="copy_attachments"><%= l(:label_copy_attachments) %></label>
|
||||||
<%= check_box_tag 'copy_attachments', '1', @copy_attachments %>
|
<%= check_box_tag 'copy_attachments', '1', @copy_attachments %>
|
||||||
</p>
|
</p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %></p>
|
<p id="attachments_form"><%= label_tag('attachments[1][file]', l(:label_attachment_plural))%><%= render :partial => 'attachments/form' %></p>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue