Commit 624ba477 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Show last commit for tree

parent 1af2aeff
......@@ -11,12 +11,13 @@ v 5.1.0
- Restyled Issues list. Show milestone version in issue row
- Restyled Merge Request list
- Backup now dump/restore uploads
- Improved perfomance of dashboard
- File history now tracks renames
- Improved perfomance of dashboard (Andrew Kumanyaev)
- File history now tracks renames (Akzhan Abdulin)
- Drop wiki migration tools
- Drop sqlite migration tools
- project tagging
- Paginate users in API
- Restyled network graph (Hiroyuki Sato)
v 5.0.1
- Fixed issue with gitlab-grit being overrided by grit
......
......@@ -17,7 +17,15 @@
%tr
%th Name
%th Last Update
%th Last Commit
%th
Last Commit
 
%i.icon-angle-right
 
%small.light
= link_to @commit.short_id, project_commit_path(@project, @commit)
–
= truncate(@commit.title, length: 50)
%th= link_to "history", project_commits_path(@project, @id), class: "btn btn-tiny pull-right"
- if tree.up_dir?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment