Extract tree/blob_actions partial
This commit is contained in:
parent
2f05ab1491
commit
5cff72ad1e
2 changed files with 6 additions and 6 deletions
5
app/views/tree/_blob_actions.html.haml
Normal file
5
app/views/tree/_blob_actions.html.haml
Normal file
|
@ -0,0 +1,5 @@
|
|||
.btn-group.tree-btn-group
|
||||
= link_to "raw", project_blob_path(@project, @id), class: "btn very_small", target: "_blank"
|
||||
= link_to "history", project_commits_path(@project, @id), class: "btn very_small"
|
||||
= link_to "blame", project_blame_path(@project, @id), class: "btn very_small"
|
||||
= link_to "edit", edit_project_tree_path(@project, @id), class: "btn very_small"
|
Loading…
Add table
Add a link
Reference in a new issue