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
This commit is contained in:
parent
f2ebb0d1d3
commit
2d92dc85f9
|
@ -1,14 +1,14 @@
|
||||||
api.version do
|
api.version do
|
||||||
api.id @version.id
|
api.id @version.id
|
||||||
api.project(:id => @version.project_id, :name => @version.project.name) unless @version.project.nil?
|
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.description @version.description
|
||||||
api.status @version.status
|
api.status @version.status
|
||||||
api.due_date @version.effective_date
|
api.due_date @version.effective_date
|
||||||
|
|
||||||
render_api_custom_values @version.custom_field_values, api
|
render_api_custom_values @version.custom_field_values, api
|
||||||
|
|
||||||
api.created_on @version.created_on
|
api.created_on @version.created_on
|
||||||
api.updated_on @version.updated_on
|
api.updated_on @version.updated_on
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue