Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-28 20:18:00 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-28 20:18:00 +0300
commit5fcdd1cc06d9fedb2fe537e90c90cfac5f2a3287 (patch)
tree1d9db0fc9634845cd00ce65ad12e5b923bd75326 /app/views/projects/_files.html.haml
parent5a40c88a7901bd09bba8bd063cf4540067baec44 (diff)
Added commit_well partial and added to _files for not new_repo
Diffstat (limited to 'app/views/projects/_files.html.haml')
-rw-r--r--app/views/projects/_files.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/projects/_files.html.haml b/app/views/projects/_files.html.haml
index f9e1f83a239..2f73216ac68 100644
--- a/app/views/projects/_files.html.haml
+++ b/app/views/projects/_files.html.haml
@@ -7,9 +7,6 @@
= render 'projects/tree/tree_header', tree: @tree
- if !show_new_repo? && commit
- .info-well.hidden-xs.project-last-commit.append-bottom-default
- .well-segment
- %ul.blob-commit-info
- = render 'projects/commits/commit', commit: commit, ref: ref, project: project
+ = render 'shared/commit_well', commit: commit, ref: ref, project: project
= render 'projects/tree/tree_content', tree: @tree