mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-22 13:32:17 +01:00
Update view.rb
Was crashing on cygwin when trying to generate author statistics because of a bad asset path.
This commit is contained in:
parent
2126929976
commit
d6de017109
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module GitStats
|
|||
output = Template.new(template, @layout).render(@view_data,
|
||||
author: author,
|
||||
links: links,
|
||||
active_page: "/authors/#{author.dirname}/#{template}")
|
||||
active_page: "authors/#{author.dirname}/#{template}")
|
||||
write(output, "#@out_path/authors/#{author.dirname}/#{template}.html")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue