summaryrefslogtreecommitdiff
path: root/app/views/projects/_last_commit.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-07 11:14:19 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-07 11:14:19 +0200
commitca9098d8982041ba76402c80c9018beb10836db8 (patch)
tree75e4b3f70a809557c1bcb7f289653551ce391e60 /app/views/projects/_last_commit.html.haml
parente90277f9b526194bacf740c352e014baa14b1f40 (diff)
downloadgitlab-ce-ca9098d8982041ba76402c80c9018beb10836db8.tar.gz
remove last commit widget, added repo size and owner info on project home page
Diffstat (limited to 'app/views/projects/_last_commit.html.haml')
-rw-r--r--app/views/projects/_last_commit.html.haml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/views/projects/_last_commit.html.haml b/app/views/projects/_last_commit.html.haml
deleted file mode 100644
index 5d940417c3b..00000000000
--- a/app/views/projects/_last_commit.html.haml
+++ /dev/null
@@ -1,11 +0,0 @@
-.commit
- %p
- %time.committed_ago{ datetime: commit.committed_date, title: commit.committed_date.stamp("Aug 21, 2011 9:23pm") }
- = time_ago_in_words(commit.committed_date)
- ago
- &nbsp;
- = commit.author_link avatar: true, size: 16
- %p
- = link_to commit.short_id(8), project_commit_path(@project, commit), class: "commit_short_id"
- &nbsp;
- = link_to_gfm truncate(commit.title, length: 30), project_commit_path(@project, commit.id), class: "row_title"