Merge remote-tracking branch 'upstream/pull/4606'
This commit is contained in:
commit
fda99ba304
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@
|
||||||
<%= yield :head %>
|
<%= yield :head %>
|
||||||
<%= yield :auto_discovery_link_tag %>
|
<%= yield :auto_discovery_link_tag %>
|
||||||
<%= csrf_meta_tag %>
|
<%= csrf_meta_tag %>
|
||||||
<%= csp_meta_tag %>
|
<meta name="csp-nonce" content="<%= content_security_policy_style_nonce %>" />
|
||||||
<title><%= "#{@title} | " if @title %><%= t "layouts.project_name.title" %></title>
|
<title><%= "#{@title} | " if @title %><%= t "layouts.project_name.title" %></title>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue