diff options
author | elijah <elijah@riseup.net> | 2015-08-03 16:13:12 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-08-03 16:13:12 -0700 |
commit | 69379d2dacf3a287998af35a2a99cf4ab6e9a091 (patch) | |
tree | 4935ed29dba4bfc8bf4a8483b5cbd8d948004935 /app/views/layouts | |
parent | 0cbb8338af8a6660053cd123f898200314517307 (diff) |
make the footer less comically huge when there is only one language configured
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/_footer.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 58f0551..fa523d4 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -2,6 +2,8 @@ .locales.row .wrap-text = locales_links +- else + .locales.row .links.row .wrap-text = link_to icon('home') + t(:home), home_path |