summaryrefslogtreecommitdiff
path: root/amber
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-14 17:07:56 -0700
committerelijah <elijah@riseup.net>2014-08-14 17:07:56 -0700
commit56ca99f1dd4a9fbef87c376e0c91f92ff0fda711 (patch)
tree5d1afa1b9363b485cf85966a26d349889d981f58 /amber
parentdc4e7d867e424005d75f76b438a3ebc06fdb6ab4 (diff)
fixed "Downloads" translation missing.
Diffstat (limited to 'amber')
-rw-r--r--amber/layouts/default.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/amber/layouts/default.html.haml b/amber/layouts/default.html.haml
index 53b3c57..aa5233d 100644
--- a/amber/layouts/default.html.haml
+++ b/amber/layouts/default.html.haml
@@ -2,7 +2,7 @@
%html{:lang => I18n.locale}
%head
%title
- = [(@page.nav_title unless @page.path.empty?), I18n.t('site_title')].compact.join(' - ')
+ = [(@page.nav_title unless @page.path.empty?), t(:site_title)].compact.join(' - ')
%meta(name="viewport" content="width=device-width, initial-scale=1.0")/
%link(rel="stylesheet" href="/assets/bootstrap.min.css")/
%link(rel="stylesheet" href="/assets/font-awesome/css/font-awesome.min.css")/
@@ -11,8 +11,7 @@
%body
%a.bm-masthead{:href => '/'}
.bm-bar
- Bitmask
- = I18n.t("Downloads")
+ = t :site_title
.bm-main.container
= yield
%footer