OSDN Git Service

Show last commit for tree
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 19 Apr 2013 06:33:56 +0000 (09:33 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Fri, 19 Apr 2013 06:33:56 +0000 (09:33 +0300)
CHANGELOG
app/views/tree/_tree.html.haml

index 5e589dd..e6cc274 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
index f77b898..a98a44e 100644 (file)
       %tr
         %th Name
         %th Last Update
-        %th Last Commit
+        %th
+          Last Commit
+          &nbsp;
+          %i.icon-angle-right
+          &nbsp;
+          %small.light
+            = link_to @commit.short_id, project_commit_path(@project, @commit)
+            &ndash;
+            = truncate(@commit.title, length: 50)
         %th= link_to "history", project_commits_path(@project, @id), class: "btn btn-tiny pull-right"
 
     - if tree.up_dir?