summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwendy0402 <wendykurniawan92@gmail.com>2017-02-19 15:44:47 +0700
committerwendy0402 <wendykurniawan92@gmail.com>2017-02-19 15:44:47 +0700
commitbfb686bd08a165c0385dbe5f962f532c7ba59b63 (patch)
treee5a010d7cfc2a9a64c7f29dd332e2bddd5b5f4fe
parenta29fbc213ca192af9994f61b67990172b9640855 (diff)
downloadgitlab-ce-bfb686bd08a165c0385dbe5f962f532c7ba59b63.tar.gz
fix failed spec because haml_lint
-rw-r--r--app/views/admin/background_jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml
index 9f2717cf0e8..ac36bb5bb17 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -35,7 +35,7 @@
.clearfix
%p
%i.fa.fa-exclamation-circle
- = "If '[#{@concurrency} of #{@concurrency} busy]' is shown, restart GitLab with 'sudo service gitlab reload'."
+ If '[#{@concurrency} of #{@concurrency} busy]' is shown, restart GitLab with 'sudo service gitlab reload'.
%p
%i.fa.fa-exclamation-circle
If more than one sidekiq process is listed, stop GitLab, kill the remaining sidekiq processes (sudo pkill -u #{gitlab_config.user} -f sidekiq) and restart GitLab.