summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-10-15 12:27:59 +0200
committerWinnie Hellmann <winnie@gitlab.com>2018-10-15 12:27:59 +0200
commitc8c01bbe0229128f898df167aa7fcc3ef927c4d0 (patch)
treead23f3a92a6eb7216fcf7362dff56e70351dce1b
parent8622763e6cbba52037964d573a8b40ae78abe747 (diff)
downloadgitlab-ce-c8c01bbe0229128f898df167aa7fcc3ef927c4d0.tar.gz
Make frontend files prettier
-rw-r--r--app/assets/javascripts/environments/components/environment_actions.vue7
-rw-r--r--app/assets/stylesheets/pages/environments.scss2
2 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/javascripts/environments/components/environment_actions.vue b/app/assets/javascripts/environments/components/environment_actions.vue
index 3cebf68ea93..7ee2bb61007 100644
--- a/app/assets/javascripts/environments/components/environment_actions.vue
+++ b/app/assets/javascripts/environments/components/environment_actions.vue
@@ -32,7 +32,12 @@ export default {
methods: {
onClickAction(action) {
if (action.scheduledAt) {
- const confirmationMessage = sprintf(s__("DelayedJobs|Are you sure you want to run %{jobName} immediately? This job will run automatically after it's timer finishes."), { jobName: action.name });
+ const confirmationMessage = sprintf(
+ s__(
+ "DelayedJobs|Are you sure you want to run %{jobName} immediately? This job will run automatically after it's timer finishes.",
+ ),
+ { jobName: action.name },
+ );
// https://gitlab.com/gitlab-org/gitlab-ce/issues/52156
// eslint-disable-next-line no-alert
if (!window.confirm(confirmationMessage)) {
diff --git a/app/assets/stylesheets/pages/environments.scss b/app/assets/stylesheets/pages/environments.scss
index 6f64f1d1d24..676438969b5 100644
--- a/app/assets/stylesheets/pages/environments.scss
+++ b/app/assets/stylesheets/pages/environments.scss
@@ -360,7 +360,7 @@
}
.arrow-shadow {
- content: "";
+ content: '';
position: absolute;
width: 7px;
height: 7px;