summaryrefslogtreecommitdiffstats
path: root/app/views/versions
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 02:42:31 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-18 02:42:31 +0000
commit233c3caf87b92e1572c723c953181d710115d148 (patch)
tree794cd842d3392c7b6afb80810ddd3c3854380038 /app/views/versions
parent337900119c9ee3086347ba371c06ffed07228347 (diff)
downloadredmine-233c3caf87b92e1572c723c953181d710115d148.tar.gz
redmine-233c3caf87b92e1572c723c953181d710115d148.zip
replace tabs to spaces at app/views/versions/index.api.rsb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7391 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions')
-rw-r--r--app/views/versions/index.api.rsb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/index.api.rsb b/app/views/versions/index.api.rsb
index ce557c2d8..3a262550b 100644
--- a/app/views/versions/index.api.rsb
+++ b/app/views/versions/index.api.rsb
@@ -4,7 +4,7 @@ api.array :versions, api_meta(:total_count => @versions.size) do
api.id version.id
api.project(:id => version.project_id, :name => version.project.name) unless version.project.nil?
- api.name version.name
+ api.name version.name
api.description version.description
api.status version.status
api.due_date version.effective_date