Commit 219ac0b5 authored by Jacob Schatz's avatar Jacob Schatz Committed by Felipe Artur

Merge branch 'file-view-container' into 'master'

Remove limited container on file view

See merge request !10542
parent 16c2896b
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
= render "home_panel" = render "home_panel"
- if current_user && can?(current_user, :download_code, @project) - 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 %ul.nav
%li %li
= link_to project_files_path(@project) do = link_to project_files_path(@project) do
...@@ -74,11 +74,11 @@ ...@@ -74,11 +74,11 @@
Set up auto deploy Set up auto deploy
- if @repository.commit - if @repository.commit
.limit-container-width{ class: container_class } %div{ class: container_class }
.project-last-commit .project-last-commit
= render 'projects/last_commit', commit: @repository.commit, ref: current_ref, project: @project = 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? - if @project.archived?
.text-warning.center.prepend-top-20 .text-warning.center.prepend-top-20
%p %p
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment