commit
8f9a450eed
|
@ -64,7 +64,7 @@ class CommitsController < ApplicationController
|
||||||
@commit.to_patch,
|
@commit.to_patch,
|
||||||
type: "text/plain",
|
type: "text/plain",
|
||||||
disposition: 'attachment',
|
disposition: 'attachment',
|
||||||
filename: "#{@commit.id.patch}"
|
filename: "#{@commit.id}.patch"
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue