replace tabs to spaces at app/views/previews/issue.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7397 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
78f9eef8be
commit
d0f55b1c25
|
@ -1,11 +1,11 @@
|
||||||
<% if @notes %>
|
<% if @notes %>
|
||||||
<fieldset class="preview"><legend><%= l(:field_notes) %></legend>
|
<fieldset class="preview"><legend><%= l(:field_notes) %></legend>
|
||||||
<%= textilizable @notes, :attachments => @attachements, :object => @issue %>
|
<%= textilizable @notes, :attachments => @attachements, :object => @issue %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% if @description %>
|
<% if @description %>
|
||||||
<fieldset class="preview"><legend><%= l(:field_description) %></legend>
|
<fieldset class="preview"><legend><%= l(:field_description) %></legend>
|
||||||
<%= textilizable @description, :attachments => @attachements, :object => @issue %>
|
<%= textilizable @description, :attachments => @attachements, :object => @issue %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in New Issue