Add and apply Style/RedundantParentheses rule
Parentheses make the code harder to read in these cases.
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
|
||||
<%= raw setting["html.per_page_code_head"] %>
|
||||
</head>
|
||||
<body class="<%= yield (:body_class) %> public">
|
||||
<body class="<%= yield(:body_class) %> public">
|
||||
<%= raw setting["html.per_page_code_body"] %>
|
||||
|
||||
<div class="wrapper <%= yield (:wrapper_class) %>">
|
||||
<div class="wrapper <%= yield(:wrapper_class) %>">
|
||||
<%= render "layouts/header", with_subnavigation: true %>
|
||||
|
||||
<% if request.headers["User-Agent"] =~ /MSIE/ && cookies["ie_alert_closed"] != "true" %>
|
||||
|
||||
Reference in New Issue
Block a user