@@ -43,7 +43,7 module RepositoriesHelper | |||||
43 | end |
|
43 | end | |
44 |
|
44 | |||
45 | def render_changeset_changes |
|
45 | def render_changeset_changes | |
46 |
changes = @changeset.filechanges.limit(1000).reorder('path'). |
|
46 | changes = @changeset.filechanges.limit(1000).reorder('path').collect do |change| | |
47 | case change.action |
|
47 | case change.action | |
48 | when 'A' |
|
48 | when 'A' | |
49 | # Detects moved/copied files |
|
49 | # Detects moved/copied files |
General Comments 0
You need to be logged in to leave comments.
Login now