Move tree-related views from refs to trees
This commit is contained in:
parent
567767bcf2
commit
6ddb35bd5e
8 changed files with 11 additions and 0 deletions
3
app/views/tree/_tree_commit.html.haml
Normal file
3
app/views/tree/_tree_commit.html.haml
Normal file
|
@ -0,0 +1,3 @@
|
|||
- if tm
|
||||
= link_to "[#{tm.user_name}]", project_team_member_path(@project, tm)
|
||||
= link_to_gfm truncate(content_commit.title, length: tm ? 30 : 50), project_commit_path(@project, content_commit.id), class: "tree-commit-link"
|
Loading…
Add table
Add a link
Reference in a new issue