Skip to content

Commit

Permalink
Remove broken technical assistance text in footer
Browse files Browse the repository at this point in the history
Originally there was a link pointing to the FAQ page but it was removed
in commit e14b7b6 because by default the FAQ page in CONSUL only
contains a placeholder text.

We aren't sure where this link should point:

* FAQ page, only if the FAQ page is published
* Help page, only when the help feature is enabled
* CONSUL technical documentation page

So, for now, we're choosing the easiest solution which is removing the
text completely.
  • Loading branch information
javierm committed Dec 2, 2021
1 parent 51da643 commit d9d3783
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<%= sanitize(t("layouts.footer.description",
open_source: link_to(t("layouts.footer.open_source"), t("layouts.footer.open_source_url"), target: "blank", rel: "nofollow"),
consul: link_to(t("layouts.footer.consul"), t("layouts.footer.consul_url"), target: "blank", rel: "nofollow"))) %>
<%= t("layouts.footer.contact_us") %>
</p>
</div>

Expand Down
1 change: 0 additions & 1 deletion config/locales/en/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ en:
conditions: Terms and conditions of use
consul: CONSUL application
consul_url: https://github.com/consul/consul
contact_us: For technical assistance visit
copyright: CONSUL, %{year}
description: This portal uses the %{consul} which is %{open_source}.
open_source: open-source software
Expand Down
1 change: 0 additions & 1 deletion config/locales/es/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ es:
conditions: Condiciones de uso
consul: aplicación CONSUL
consul_url: https://github.com/consul/consul
contact_us: Para asistencia técnica entra en
copyright: CONSUL, %{year}
description: Este portal usa la %{consul} que es %{open_source}.
open_source: software de código abierto
Expand Down

0 comments on commit d9d3783

Please sign in to comment.