Update views for GFM
This commit is contained in:
parent
204964918b
commit
eb06dd79f8
16 changed files with 19 additions and 18 deletions
|
@ -90,6 +90,7 @@ class RefsController < ApplicationController
|
|||
|
||||
@repo = project.repo
|
||||
@commit = project.commit(@ref)
|
||||
@commit = CommitDecorator.decorate(@commit)
|
||||
@tree = Tree.new(@commit.tree, project, @ref, params[:path])
|
||||
@tree = TreeDecorator.new(@tree)
|
||||
@hex_path = Digest::SHA1.hexdigest(params[:path] || "/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue