summaryrefslogtreecommitdiffstats
path: root/app/views/versions
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-16 14:10:00 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-16 14:10:00 +0000
commit2d92dc85f939708e56c60aef9e79fa687e2b123a (patch)
tree477a666460accaaf7b7c44b4c74d17b2c0b7aab5 /app/views/versions
parentf2ebb0d1d34e79df8b0450fd2586829dd5961e02 (diff)
downloadredmine-2d92dc85f939708e56c60aef9e79fa687e2b123a.tar.gz
redmine-2d92dc85f939708e56c60aef9e79fa687e2b123a.zip
remove trailing white-spaces from app/views/versions/show.api.rsb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7253 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions')
-rw-r--r--app/views/versions/show.api.rsb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/versions/show.api.rsb b/app/views/versions/show.api.rsb
index e52c52eb1..ee5292665 100644
--- a/app/views/versions/show.api.rsb
+++ b/app/views/versions/show.api.rsb
@@ -1,14 +1,14 @@
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.description @version.description
api.status @version.status
api.due_date @version.effective_date
-
+
render_api_custom_values @version.custom_field_values, api
-
+
api.created_on @version.created_on
api.updated_on @version.updated_on
end