Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Add shutdown message to translate templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrett committed Jan 10, 2019
1 parent 118b0b6 commit 206d45b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions templates/translate/alltokens.tx
@@ -1,4 +1,5 @@

: include 'translate/close.tx'
<div class="language_nav">
<input type="submit" value="Go" class="button js-hide" /><: include "translate/tokens/nav_language.tx" :>
</div>
Expand Down
1 change: 1 addition & 0 deletions templates/translate/domainindex.tx
@@ -1,4 +1,5 @@
<h1><: $token_domain.name :></h1>
: include 'translate/close.tx'

<: if !$c.wiz_running { :>
<: include "translate/wiz_shortcuts.tx" :>
Expand Down
2 changes: 1 addition & 1 deletion templates/translate/index.tx
@@ -1,6 +1,6 @@
<h1>Welcome to DuckDuckGo Translations!</h1>
<p class="intro-message">You can translate text ("tokens") from our sites.</p>

: include 'translate/close.tx'
<div class="row gw">
<div class="g twothirds">
<div class="notice contrast intro--m">
Expand Down
1 change: 1 addition & 0 deletions templates/translate/landing.tx
Expand Up @@ -3,6 +3,7 @@
<span class="h3">For token domain <b><: $token_domain_language.token_domain.name :></b> in <b><: $token_domain_language.language.name_in_english :></b></span>
</div>

: include 'translate/close.tx'
<div class="seventy block-mid mg-top--big mg-bottom">
<: if $user_can_speak { :>
<div class="row gw">
Expand Down
1 change: 1 addition & 0 deletions templates/translate/tokenlanguage.tx
@@ -1,3 +1,4 @@
: include 'translate/close.tx'
<div class="content-box translate-snippets">
<div class="head">
<h2><: $token_language.token_domain_language.token_domain.name :> in <: i($token_language.token_domain_language.language,'flag') :> <: $token_language.token_domain_language.language.name_in_english :></h2>
Expand Down

0 comments on commit 206d45b

Please sign in to comment.