diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:03:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 23:03:58 +0000 |
commit | b589e35cfb1a613eecdd6c614b6ba7653ae98886 (patch) | |
tree | ed6fd3b3fd11f7e502cfe022c1ac3fb0acde74b5 /app | |
parent | 2a279e29a6eba6611db4a376b1e4cabadd0d705b (diff) | |
download | redmine-b589e35cfb1a613eecdd6c614b6ba7653ae98886.tar.gz redmine-b589e35cfb1a613eecdd6c614b6ba7653ae98886.zip |
replace tabs to spaces at app/views/versions/show.api.rsb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7353 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/versions/show.api.rsb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/versions/show.api.rsb b/app/views/versions/show.api.rsb index ee5292665..08ba00cf3 100644 --- a/app/views/versions/show.api.rsb +++ b/app/views/versions/show.api.rsb @@ -2,7 +2,7 @@ api.version 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 |