Explorar el Código

replace tabs to spaces at app/views/issues/_form.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7356 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/1.3.0
Toshi MARUYAMA hace 12 años
padre
commit
ceef6dc5fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/views/issues/_form.html.erb

+ 1
- 1
app/views/issues/_form.html.erb Ver fichero

@@ -20,7 +20,7 @@
</div>

<div id="attributes" class="attributes">
<%= render :partial => 'issues/attributes' %>
<%= render :partial => 'issues/attributes' %>
</div>

<% if @issue.new_record? %>

Cargando…
Cancelar
Guardar