Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpigford committed May 2, 2024
1 parent 4959742 commit 6afe15e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/views/articles/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%
<%
title "Personal Finance Articles"
description "Jargon-free, in-depth articles on everything you need to know about personal finance and wealth management."
%>
Expand Down
2 changes: 1 addition & 1 deletion app/views/articles/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%
<%
title @article.title
description "#{markdown(@article.content).gsub(%r{</?[^>]+?>}, '')[0...300]}..."
%>
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/privacy.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%
<%
title "Privacy Policy"
description "At Maybe, we respect the privacy of your personal information and, as such, make every effort to ensure your information is protected and remains private."
%>
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/tos.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%
<%
title "Terms of Service"
description "We want you to have a pleasant experience navigating and using our website, so please read these Terms of Service and make sure you understand them."
%>
Expand Down
4 changes: 2 additions & 2 deletions app/views/terms/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%
title "Financial Terms"
<%
title "Financial Terms"
description "The A-Z of every personal finance, crypto or money related term you can think of."
%>

Expand Down
2 changes: 1 addition & 1 deletion app/views/terms/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%
<%
title "#{@term.name} - Financial Terms"
description "#{markdown(@term.content).gsub(%r{</?[^>]+?>}, '')[0...300]}..."
%>
Expand Down

0 comments on commit 6afe15e

Please sign in to comment.