summaryrefslogtreecommitdiff
path: root/app/views/projects/show.html.haml
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-03-30 11:37:35 -0700
committertauriedavis <taurie@gitlab.com>2017-03-30 16:39:52 -0700
commitac01a1b1a39b8fd669952a7b19c52da7fea97c42 (patch)
treec58a7a439699a8ba52cdbb29f55705e282349666 /app/views/projects/show.html.haml
parent8f93280e8f71b73a5e5d5a82ab1d029a74c57477 (diff)
downloadgitlab-ce-ac01a1b1a39b8fd669952a7b19c52da7fea97c42.tar.gz
20914 Limits line length for project home page
fix lint issues
Diffstat (limited to 'app/views/projects/show.html.haml')
-rw-r--r--app/views/projects/show.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index de1229d58aa..edfe6da1816 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{ class: container_class }
+ %nav.project-stats.limit-container-width{ class: container_class }
%ul.nav
%li
= link_to project_files_path(@project) do
@@ -74,11 +74,11 @@
Set up auto deploy
- if @repository.commit
- %div{ class: container_class }
+ .limit-container-width{ class: container_class }
.project-last-commit
= render 'projects/last_commit', commit: @repository.commit, ref: current_ref, project: @project
-%div{ class: container_class }
+.limit-container-width{ class: container_class }
- if @project.archived?
.text-warning.center.prepend-top-20
%p