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/5246591 Closes #23498
This commit is contained in:
parent
fc0ad48b20
commit
4f24fdc1f9
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue