Skip to content

Commit 481f07e

Browse files
author
Jacob Schatz
committed
Merge branch 'file-view-container' into 'master'
Remove limited container on file view See merge request !10542
2 parents 6c7b479 + ea4cf00 commit 481f07e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/projects/show.html.haml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
= render "home_panel"
1414

1515
- if current_user && can?(current_user, :download_code, @project)
16-
%nav.project-stats.limit-container-width{ class: container_class }
16+
%nav.project-stats{ class: container_class }
1717
%ul.nav
1818
%li
1919
= link_to project_files_path(@project) do
@@ -74,11 +74,11 @@
7474
Set up auto deploy
7575

7676
- if @repository.commit
77-
.limit-container-width{ class: container_class }
77+
%div{ class: container_class }
7878
.project-last-commit
7979
= render 'projects/last_commit', commit: @repository.commit, ref: current_ref, project: @project
8080

81-
.limit-container-width{ class: container_class }
81+
%div{ class: container_class }
8282
- if @project.archived?
8383
.text-warning.center.prepend-top-20
8484
%p

0 commit comments

Comments
 (0)