summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorDenys Mishunov <dmishunov@gitlab.com>2019-07-15 17:29:17 +0200
committerDenys Mishunov <dmishunov@gitlab.com>2019-07-15 17:29:17 +0200
commitbad9d118806eb9a575cf6a5b20f530bf00826892 (patch)
tree006f8318e415f6579eb61e46ad8f2987fa07977e /app/views
parent0e8af2525f16d871510c24e6e15f1bc80f133edd (diff)
downloadgitlab-ce-bad9d118806eb9a575cf6a5b20f530bf00826892.tar.gz
Fixed style-lint errors for `panels.scss`59875-stylelint-panels
Removed @extend from SCSS file in favor of directly assigning CSS class in corresponding HTML snippets.
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 33de0aa153b..6eb7a124a5d 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -51,7 +51,7 @@
= render 'new_project_fields', f: f, project_name_id: "blank-project-name"
#create-from-template-pane.tab-pane.js-toggle-container.px-0.pb-0{ class: active_when(active_tab == 'template'), role: 'tabpanel' }
- .card-slim.m-4.p-4
+ .card.card-slim.m-4.p-4
%div
- contributing_templates_url = 'https://gitlab.com/gitlab-org/project-templates/contributing'
- link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: contributing_templates_url }