summaryrefslogtreecommitdiff
path: root/app/views/projects/commits/_commit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commits/_commit.html.haml')
-rw-r--r--app/views/projects/commits/_commit.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 7f2903589a9..4dfccf6f43d 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -36,7 +36,8 @@
.commit-row-info
= commit_author_link(commit, avatar: true, size: 24)
- authored
+ 在
.committed_ago
#{time_ago_with_tooltip(commit.committed_date, skip_js: true)}  
+ 创建
= link_to_browse_code(project, commit)