##// END OF EJS Templates
replace tabs to spaces at app/views/versions/show.api.rsb...
Toshi MARUYAMA -
r7233:b589e35cfb1a
parent child
Show More
@@ -2,7 +2,7 api.version do
2 2 api.id @version.id
3 3 api.project(:id => @version.project_id, :name => @version.project.name) unless @version.project.nil?
4 4
5 api.name @version.name
5 api.name @version.name
6 6 api.description @version.description
7 7 api.status @version.status
8 8 api.due_date @version.effective_date
General Comments 0
You need to be logged in to leave comments. Login now