diff options
author | Phil Hughes <me@iamphill.com> | 2017-03-07 11:40:27 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-03-07 11:40:27 +0000 |
commit | 12fe94c388ae9ec73e34852ef7d7b90f2f347df7 (patch) | |
tree | 5182f89deddf9428b1d6ca70720f8ac8ee2b940a /app/views/projects/show.html.haml | |
parent | 002d3a3e72de57c76a077ed5d09e857243c7effd (diff) | |
parent | ac9d792946deb17a402646e5481087e4d92f88ad (diff) | |
download | gitlab-ce-12fe94c388ae9ec73e34852ef7d7b90f2f347df7.tar.gz |
Merge branch 'master' into 26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r-- | app/views/projects/show.html.haml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 30d185e6556..de1229d58aa 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -74,8 +74,9 @@ Set up auto deploy - if @repository.commit - .project-last-commit{ class: container_class } - = render 'projects/last_commit', commit: @repository.commit, ref: current_ref, project: @project + %div{ class: container_class } + .project-last-commit + = render 'projects/last_commit', commit: @repository.commit, ref: current_ref, project: @project %div{ class: container_class } - if @project.archived? |