summaryrefslogtreecommitdiffstats
path: root/app/views/versions/index.api.rsb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-16 23:57:15 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-16 23:57:15 +0000
commitdd4a52058cd32ae9c5990960bca769bea6a459da (patch)
tree2cd52a04729fd6da0615b6291683d7e6a13d8989 /app/views/versions/index.api.rsb
parent4397dc1ce7318da3bc9023ad2ef4750417a0b37a (diff)
downloadredmine-dd4a52058cd32ae9c5990960bca769bea6a459da.tar.gz
redmine-dd4a52058cd32ae9c5990960bca769bea6a459da.zip
remove trailing white-spaces from app/views/versions/index.api.rsb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7264 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/versions/index.api.rsb')
-rw-r--r--app/views/versions/index.api.rsb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/versions/index.api.rsb b/app/views/versions/index.api.rsb
index cf00e1a75..ce557c2d8 100644
--- a/app/views/versions/index.api.rsb
+++ b/app/views/versions/index.api.rsb
@@ -3,14 +3,14 @@ api.array :versions, api_meta(:total_count => @versions.size) do
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