diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-07 10:38:40 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-04-07 18:03:03 -0500 |
commit | ea4cf0059ac98e31282272f076ef76ab274058ca (patch) | |
tree | 1febb929b9a96eb2301f3c517053007a5cd53308 /app/views/projects/show.html.haml | |
parent | a4eeb96d31dda05fc26b5b5532d78223f1430fa5 (diff) | |
download | gitlab-ce-ea4cf0059ac98e31282272f076ef76ab274058ca.tar.gz |
Remove limited container on file viewfile-view-container
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r-- | app/views/projects/show.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index edfe6da1816..de1229d58aa 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -13,7 +13,7 @@ = render "home_panel" - if current_user && can?(current_user, :download_code, @project) - %nav.project-stats.limit-container-width{ class: container_class } + %nav.project-stats{ class: container_class } %ul.nav %li = link_to project_files_path(@project) do @@ -74,11 +74,11 @@ Set up auto deploy - if @repository.commit - .limit-container-width{ class: container_class } + %div{ class: container_class } .project-last-commit = render 'projects/last_commit', commit: @repository.commit, ref: current_ref, project: @project -.limit-container-width{ class: container_class } +%div{ class: container_class } - if @project.archived? .text-warning.center.prepend-top-20 %p |