Skip to content

Commit

Permalink
AO3-6870 fix erb linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
slavalamp committed Jan 7, 2025
1 parent 5aae90e commit 881e047
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/views/layouts/_proxy_notice.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<li><%= t(".point1", locale: :"zh-CN") %></li>
<li><%= t(".point2", locale: :"zh-CN") %></li>
</ol>
<p class="important"><%= t(".faux_heading", locale: :"uk") %></p>
<p class="important"><%= t(".faux_heading", locale: :uk) %></p>
<ol>
<li><%= t(".point1", locale: :"uk") %></li>
<li><%= t(".point2", locale: :"uk") %></li>
<li><%= t(".point1", locale: :uk) %></li>
<li><%= t(".point2", locale: :uk) %></li>
</ol>
<p class="important"><%= t(".faux_heading", locale: :"ru") %></p>
<p class="important"><%= t(".faux_heading", locale: :ru) %></p>
<ol>
<li><%= t(".point1", locale: :"ru") %></li>
<li><%= t(".point2", locale: :"ru") %></li>
<li><%= t(".point1", locale: :ru) %></li>
<li><%= t(".point2", locale: :ru) %></li>
</ol>
<p class="submit"><button class="action" type="button" id="proxy-notice-dismiss"><%= t(".button") %></button></p>
</div>
Expand Down

0 comments on commit 881e047

Please sign in to comment.