diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 12:24:38 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-01-16 12:24:38 +0100 |
| commit | 3fd562ccd7af1fa7ea057e6f437910a29d14b9a9 (patch) | |
| tree | 2fbcfb0d6b42dc40a969b91cad731f3f31251a6f /searx/templates/courgette/result_templates/images.html | |
| parent | 81a77f8a1753c0f2f4e3ffb3aa421e0645a3f6e6 (diff) | |
| parent | 2fc1de54da6c81ab99240b2f69319dfc62d6dd2e (diff) | |
Merge pull request #176 from Cqoicebordel/courgette-UXUI
Courgette theme - UIUX
Diffstat (limited to 'searx/templates/courgette/result_templates/images.html')
| -rw-r--r-- | searx/templates/courgette/result_templates/images.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/courgette/result_templates/images.html b/searx/templates/courgette/result_templates/images.html index ebda5380b..0ff887101 100644 --- a/searx/templates/courgette/result_templates/images.html +++ b/searx/templates/courgette/result_templates/images.html @@ -1,6 +1,6 @@ <div class="image_result"> <p> <a href="{{ result.img_src }}"><img src="{{ result.img_src }}" title="{{ result.title|striptags }}" alt="{{ result.title|striptags }}"/></a> - <span class="url"><a href="{{ result.url }}" class="small_font">original context</a></span> + <span class="url"><a href="{{ result.url }}" class="small_font">{{ _('original context') }}</a></span> </p> -</div> +</div>
\ No newline at end of file |