|
|
|
@ -658,7 +658,7 @@ update
|
|
|
|
|
)
|
|
|
|
|
graph.add_data(
|
|
|
|
|
:data => commits_data,
|
|
|
|
|
:title => l(:label_revision_plural)
|
|
|
|
|
:title => l(:label_revision_commit_count)
|
|
|
|
|
)
|
|
|
|
|
graph.burn
|
|
|
|
|
end
|
|
|
|
@ -694,7 +694,7 @@ update
|
|
|
|
|
)
|
|
|
|
|
graph.add_data(
|
|
|
|
|
:data => commits_data,
|
|
|
|
|
:title => l(:label_revision_plural)
|
|
|
|
|
:title => l(:label_revision_commit_count)
|
|
|
|
|
)
|
|
|
|
|
graph.burn
|
|
|
|
|
end
|
|
|
|
|