Commit 0ed0e291 authored by kushalpandya's avatar kushalpandya

Avoid unnecessary string interpolation

parent 9fd27f5c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
= icon('times', 'aria-hidden' => 'true') = icon('times', 'aria-hidden' => 'true')
%p %p
= license_message = license_message
%header.navbar.navbar-gitlab.js-navbar-gitlab{ class: "#{nav_header_class}" } %header.navbar.navbar-gitlab.js-navbar-gitlab{ class: nav_header_class }
.navbar-border .navbar-border
%a.sr-only.gl-accessibility{ href: "#content-body", tabindex: "1" } Skip to content %a.sr-only.gl-accessibility{ href: "#content-body", tabindex: "1" } Skip to content
.container-fluid .container-fluid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment