##// END OF EJS Templates
remove trailing white-spaces from app/views/versions/index.api.rsb...
Toshi MARUYAMA -
r7144:dd4a52058cd3
parent child
Show More
@@ -3,14 +3,14 api.array :versions, api_meta(:total_count => @versions.size) do
3 api.version do
3 api.version do
4 api.id version.id
4 api.id version.id
5 api.project(:id => version.project_id, :name => version.project.name) unless version.project.nil?
5 api.project(:id => version.project_id, :name => version.project.name) unless version.project.nil?
6
6
7 api.name version.name
7 api.name version.name
8 api.description version.description
8 api.description version.description
9 api.status version.status
9 api.status version.status
10 api.due_date version.effective_date
10 api.due_date version.effective_date
11
11
12 render_api_custom_values version.custom_field_values, api
12 render_api_custom_values version.custom_field_values, api
13
13
14 api.created_on version.created_on
14 api.created_on version.created_on
15 api.updated_on version.updated_on
15 api.updated_on version.updated_on
16 end
16 end
General Comments 0
You need to be logged in to leave comments. Login now