Fix erblint errors on the app/views/pages folder (#8401)
This commit is contained in:
parent
eb09d980ab
commit
2660c76fca
6 changed files with 12 additions and 8 deletions
|
|
@ -24,7 +24,7 @@ class FeedbackMessagesController < ApplicationController
|
|||
@previous_message = feedback_message_params[:message]
|
||||
|
||||
flash[:notice] = "Make sure the forms are filled 🤖"
|
||||
render "pages/report-abuse"
|
||||
render "pages/report_abuse"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ class PagesController < ApplicationController
|
|||
@feedback_message = FeedbackMessage.new(
|
||||
reported_url: reported_url&.chomp("?i=i"),
|
||||
)
|
||||
render "pages/report-abuse"
|
||||
render "pages/report_abuse"
|
||||
end
|
||||
|
||||
def robots
|
||||
|
|
|
|||
|
|
@ -42,7 +42,8 @@
|
|||
|
||||
<ol type="a">
|
||||
<li>
|
||||
The materials on <%= community_name %>'s web site are provided "as is". <%= community_name %> makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, <%= community_name %> does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.
|
||||
The materials on <%= community_name %>'s web site are provided "as is". <%= community_name %> makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights.
|
||||
Further, <%= community_name %> does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
|
|
@ -51,7 +52,8 @@
|
|||
</h3>
|
||||
|
||||
<p>
|
||||
In no event shall <%= community_name %> or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on <%= community_name %>'s Internet site, even if <%= community_name %> or an authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.
|
||||
In no event shall <%= community_name %> or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on <%= community_name %>'s Internet site,
|
||||
even if <%= community_name %> or an authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.
|
||||
</p>
|
||||
|
||||
<h3 id="revisions-and-errata">
|
||||
|
|
@ -59,7 +61,8 @@
|
|||
</h3>
|
||||
|
||||
<p>
|
||||
The materials appearing on <%= community_name %>'s web site could include technical, typographical, or photographic errors. <%= community_name %> does not warrant that any of the materials on its web site are accurate, complete, or current. <%= community_name %> may make changes to the materials contained on its web site at any time without notice. <%= community_name %> does not, however, make any commitment to update the materials.
|
||||
The materials appearing on <%= community_name %>'s web site could include technical, typographical, or photographic errors. <%= community_name %> does not warrant that any of the materials on its web site are accurate, complete, or current.
|
||||
<%= community_name %> may make changes to the materials contained on its web site at any time without notice. <%= community_name %> does not, however, make any commitment to update the materials.
|
||||
</p>
|
||||
|
||||
<h3 id="links">
|
||||
|
|
@ -92,7 +95,8 @@
|
|||
</h3>
|
||||
|
||||
<p>
|
||||
All uses of the <%= community_name %> logo, <%= community_name %> badges, brand slogans, iconography, and the like, may only be used with express permission from <%= community_name %>. <%= community_name %> reserves all rights, even if certain assets are included in <%= community_name %> open source projects. Please contact <%= email_link %> with any questions or to request permission.
|
||||
All uses of the <%= community_name %> logo, <%= community_name %> badges, brand slogans, iconography, and the like, may only be used with express permission from <%= community_name %>.
|
||||
<%= community_name %> reserves all rights, even if certain assets are included in <%= community_name %> open source projects. Please contact <%= email_link %> with any questions or to request permission.
|
||||
</p>
|
||||
|
||||
<h3 id="reserved-names">
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@
|
|||
</div>
|
||||
<div class="thanks feedback">
|
||||
<h3>If you have any feedback, you can direct message
|
||||
<a target="_blank" rel="noopener" href="https://twitter.com/<%= SiteConfig.social_media_handles["twitter"] %>" >@<%= SiteConfig.social_media_handles["twitter"] %></a> any time!</h3>
|
||||
<a target="_blank" rel="noopener" href="https://twitter.com/<%= SiteConfig.social_media_handles["twitter"] %>">@<%= SiteConfig.social_media_handles["twitter"] %></a> any time!</h3>
|
||||
<a class="second-slack" href="https://slack.com/oauth/authorize?scope=commands+bot+chat:write:bot+groups:write&client_id=3128000905.33373336070"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@
|
|||
<div class="color" style="background-color:rgba(133,152,0,255)">16</div>
|
||||
</div>
|
||||
<div class="thanks">
|
||||
<h3>But don't thank <a target="_blank" rel="noopener" href="http://twitter.com/<%= SiteConfig.social_media_handles["twitter"]%>">@<%= SiteConfig.social_media_handles["twitter"] %></a> for this one
|
||||
<h3>But don't thank <a target="_blank" rel="noopener" href="http://twitter.com/<%= SiteConfig.social_media_handles["twitter"] %>">@<%= SiteConfig.social_media_handles["twitter"] %></a> for this one
|
||||
</h3>
|
||||
<h4>This tool was created with love by Charles Berlin (<a target="_blank" rel="noopener" href="http://twitter.com/AModelEngineer">@AModelEngineer</a>)
|
||||
</h4>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue