summaryrefslogtreecommitdiff
path: root/app/views/notify/pipeline_success_email.html.haml
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-10-18 19:20:12 -0700
committerStan Hu <stanhu@gmail.com>2016-10-18 19:20:12 -0700
commit83b570676b514788e698fec318dbeec6a2f9134e (patch)
treeb2d550077b648ba392e16854476872d31f099084 /app/views/notify/pipeline_success_email.html.haml
parenta88ab2690a36eb5e4390330c6b87ce89581df093 (diff)
downloadgitlab-ce-83b570676b514788e698fec318dbeec6a2f9134e.tar.gz
Use Hash rocket syntax to maintain Ruby 2.1 compatibility
Builds in Ruby 2.1 specs were failing in master: https://gitlab.com/gitlab-org/gitlab-ce/builds/5258614 Closes #23498
Diffstat (limited to 'app/views/notify/pipeline_success_email.html.haml')
-rw-r--r--app/views/notify/pipeline_success_email.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notify/pipeline_success_email.html.haml b/app/views/notify/pipeline_success_email.html.haml
index 0fdf118c9bc..cf9c1d4d72c 100644
--- a/app/views/notify/pipeline_success_email.html.haml
+++ b/app/views/notify/pipeline_success_email.html.haml
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional //EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
%html{lang: "en"}
%head
- %meta{content: "text/html; charset=UTF-8", "http-equiv": "Content-Type"}/
+ %meta{content: "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%meta{content: "width=device-width, initial-scale=1", name: "viewport"}/
- %meta{content: "IE=edge", "http-equiv": "X-UA-Compatible"}/
+ %meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}/
%title= message.subject
:css
/* CLIENT-SPECIFIC STYLES */