diff options
author | Dimitrie Hoekstra <dimitriehoekstra@gmail.com> | 2016-11-01 11:15:47 +0100 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-11-04 12:42:00 +0300 |
commit | b708c0d3895664562d969e67d3605fce97ab6cc8 (patch) | |
tree | 82135889f310404e14da5b208175e96f4c2327e4 /app/views | |
parent | 957744dab4297f66dc70c1727fe2cf5282d2ea5a (diff) | |
download | gitlab-ce-b708c0d3895664562d969e67d3605fce97ab6cc8.tar.gz |
updated styling commit SHA on branches page + added to changelog
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/branches/_commit.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/branches/_commit.html.haml b/app/views/projects/branches/_commit.html.haml index d54c76ff9c8..de607772df6 100644 --- a/app/views/projects/branches/_commit.html.haml +++ b/app/views/projects/branches/_commit.html.haml @@ -1,4 +1,6 @@ .branch-commit + .icon-container.commit-icon + = custom_icon("icon_commit") = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-id monospace" · %span.str-truncated |