diff --git a/app/views/credits/new.html.erb b/app/views/credits/new.html.erb index 3c2ba2a87..b2f0a94e5 100644 --- a/app/views/credits/new.html.erb +++ b/app/views/credits/new.html.erb @@ -119,10 +119,10 @@ <% else %>
- + <%# A Stripe Element will be inserted here. %>
<% end %> - + <%# Used to display form errors. %> diff --git a/app/views/internal/shared/_navbar.html.erb b/app/views/internal/shared/_navbar.html.erb index 8a6356bc2..a803caa86 100644 --- a/app/views/internal/shared/_navbar.html.erb +++ b/app/views/internal/shared/_navbar.html.erb @@ -2,10 +2,11 @@ <% menu_items[:listings] = "classified_listings" %> <% menu_items[:pod] = "podcasts" %> <% menu_items[:hooks] = "webhook_endpoints" %> + + diff --git a/app/views/layouts/internal.html.erb b/app/views/layouts/internal.html.erb index 428802817..ba042f7ce 100644 --- a/app/views/layouts/internal.html.erb +++ b/app/views/layouts/internal.html.erb @@ -4,7 +4,7 @@ - + <%# The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags %> <%= csrf_meta_tags %> @@ -13,13 +13,13 @@ <%= controller_name %> - + <%# Latest compiled and minified CSS %> - + <%# Optional theme %> - + <%# Latest compiled and minified JavaScript %> <%= javascript_include_tag "internal" %> @@ -164,7 +164,7 @@ <%= yield %> - + diff --git a/app/views/notifications/_mention.html.erb b/app/views/notifications/_mention.html.erb index 6e86ec7c6..f72dea29f 100644 --- a/app/views/notifications/_mention.html.erb +++ b/app/views/notifications/_mention.html.erb @@ -6,7 +6,8 @@ <% end %> - + +<%# below links to comment thread %>
"><%= json_data["user"]["name"] %> mentioned you in a comment <%= render "notifications/shared/comment_box", json_data: json_data, notification: notification, context: "default" %> diff --git a/app/views/pages/code_of_conduct.html.erb b/app/views/pages/code_of_conduct.html.erb index ff3f6d670..ef6bef0c0 100644 --- a/app/views/pages/code_of_conduct.html.erb +++ b/app/views/pages/code_of_conduct.html.erb @@ -1,4 +1,5 @@ <% title "The Practical Dev Code of Conduct" %> + <%= content_for :page_meta do %> @@ -6,14 +7,14 @@ - - + <%# %> + <%# %> "> - - + <%# %> + <%# %> <% end %>
diff --git a/app/views/pages/faq.html.erb b/app/views/pages/faq.html.erb index 035234d09..2eb1a9cad 100644 --- a/app/views/pages/faq.html.erb +++ b/app/views/pages/faq.html.erb @@ -19,8 +19,6 @@ <% end %> - -
diff --git a/app/views/pages/generator.html.erb b/app/views/pages/generator.html.erb index 82396967f..f028f9941 100644 --- a/app/views/pages/generator.html.erb +++ b/app/views/pages/generator.html.erb @@ -33,7 +33,7 @@
Loved by thousands of Slack teams!
- + <%# Broken Deviant Art image %>
diff --git a/app/views/pages/information.html.erb b/app/views/pages/information.html.erb index 3cf7a4999..63e5f0813 100644 --- a/app/views/pages/information.html.erb +++ b/app/views/pages/information.html.erb @@ -28,7 +28,7 @@ text-align: center; padding: 40px 0px; filter: invert(0); - filter: var(--theme-social-icon-invert, invert(0)); + filter: var(--theme-social-icon-invert, invert(0)); } .social-links img { @@ -38,7 +38,6 @@ } -
diff --git a/app/views/pages/privacy.html.erb b/app/views/pages/privacy.html.erb index 4962ce925..e67f574a6 100644 --- a/app/views/pages/privacy.html.erb +++ b/app/views/pages/privacy.html.erb @@ -19,8 +19,6 @@ <% end %> - -
diff --git a/app/views/pages/show.html.erb b/app/views/pages/show.html.erb index 4c9effac1..533728610 100644 --- a/app/views/pages/show.html.erb +++ b/app/views/pages/show.html.erb @@ -18,8 +18,6 @@ "> <% end %> - - <% if @page.template == "contained" %>
@@ -35,4 +33,4 @@ <% else %> <%= @page.processed_html.html_safe %> <% end %> -
\ No newline at end of file +
diff --git a/app/views/pages/swagnets.html.erb b/app/views/pages/swagnets.html.erb index ae8739f38..bcfe62042 100644 --- a/app/views/pages/swagnets.html.erb +++ b/app/views/pages/swagnets.html.erb @@ -5,12 +5,9 @@ - - + <%# Currently no OG / social cards, which I think is okay %> <% end %> - -
diff --git a/app/views/pages/terms.html.erb b/app/views/pages/terms.html.erb index 956e4a22f..a5b38a2fd 100644 --- a/app/views/pages/terms.html.erb +++ b/app/views/pages/terms.html.erb @@ -19,8 +19,6 @@ <% end %> - -
diff --git a/app/views/users/_billing.html.erb b/app/views/users/_billing.html.erb index 3c6f2be7f..bdebf2eee 100644 --- a/app/views/users/_billing.html.erb +++ b/app/views/users/_billing.html.erb @@ -1,4 +1,3 @@ -

Billing Details

<% if current_user.stripe_id_code.blank? %> <%= form_tag "/stripe_active_cards", id: "credit-card-form", method: :post do %> diff --git a/docs/api_template.hbs b/docs/api_template.hbs index 84ec1b8a7..5f15b99ef 100644 --- a/docs/api_template.hbs +++ b/docs/api_template.hbs @@ -14,7 +14,7 @@ - + {{! needed for adaptive design }}