Moves browser's url out of yml

This commit is contained in:
Alberto Garcia Cabeza
2015-09-17 10:50:14 +02:00
parent d5274a69c4
commit bdf420666b
3 changed files with 2 additions and 6 deletions

View File

@@ -30,9 +30,9 @@
<p>
<%= t("layouts.application.ie",
chrome: link_to(
t("layouts.application.chrome"), t("layouts.application.chrome_url"), target: "_blank"),
t("layouts.application.chrome"), "https://www.google.com/chrome/browser/desktop/", target: "_blank"),
firefox: link_to(
t("layouts.application.firefox"), t("layouts.application.firefox_url"), target: "_blank")
t("layouts.application.firefox"), "https://www.mozilla.org/firefox", target: "_blank")
).html_safe %>
</p>
</div>

View File

@@ -54,9 +54,7 @@ en:
"You are using Internet Explorer.
For a better experience we recommend use %{chrome} or %{firefox}."
chrome: "Google Chrome"
chrome_url: "https://www.google.com/chrome/browser/desktop/"
firefox: "Firefox"
firefox_url: "https://www.mozilla.org/firefox"
form:
error: error
errors: errors

View File

@@ -54,9 +54,7 @@ es:
"Hemos detectado que estás navegando desde Internet Explorer.
Para una mejor experiencia te recomendamos utilizar %{chrome} o %{firefox}."
chrome: "Google Chrome"
chrome_url: "https://www.google.com/chrome/browser/desktop/"
firefox: "Firefox"
firefox_url: "https://www.mozilla.org/firefox"
form:
error: error
errors: errores