dashboard updated, links from project to dasdhboard
This commit is contained in:
parent
69e0ea6265
commit
9ad444f02e
5 changed files with 31 additions and 6 deletions
|
@ -8,6 +8,7 @@ module ProjectsHelper
|
|||
case type
|
||||
when "Issue" then @project.issues.find(id)
|
||||
when "Commit" then @project.repo.commits(id).first
|
||||
when "Snippet" then @project.snippets.find(id)
|
||||
else
|
||||
true
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue