From be18e70cd13eed870add512846534852da375814 Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Date: Fri, 24 Feb 2017 11:31:11 -0600 Subject: Corrected indentation on the template string Also removed eslint disabled rules --- app/assets/javascripts/user_callout.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/app/assets/javascripts/user_callout.js b/app/assets/javascripts/user_callout.js index 300d825ec9a..74b869502a4 100644 --- a/app/assets/javascripts/user_callout.js +++ b/app/assets/javascripts/user_callout.js @@ -1,4 +1,3 @@ -/* eslint-disable class-methods-use-this */ /* global Cookies */ const userCalloutElementName = '.user-callout'; @@ -16,15 +15,15 @@ const USER_CALLOUT_TEMPLATE = `
-
-

- Customize your experience -

-

- Change syntax themes, default project pages, and more in preferences. -

- Check it out -
+
+

+ Customize your experience +

+

+ Change syntax themes, default project pages, and more in preferences. +

+ Check it out +
`; -- cgit v1.2.1