fixed sort by css for languages different from english

This commit is contained in:
MrZYX 2011-02-20 19:00:13 +01:00
parent abf385d79d
commit ab706f4127
3 changed files with 37 additions and 34 deletions

View file

@ -4,7 +4,7 @@
= render 'shared/publisher', :aspect => aspect, :aspect_ids => aspect_ids = render 'shared/publisher', :aspect => aspect, :aspect_ids => aspect_ids
.prepend-11 #sort_by
= t('.sort_by') = t('.sort_by')
= link_to_if(session[:sort_order] == 'created_at', t('.activity'), aspects_path(:a_ids => params[:a_ids], :sort_order => 'updated_at')) = link_to_if(session[:sort_order] == 'created_at', t('.activity'), aspects_path(:a_ids => params[:a_ids], :sort_order => 'updated_at'))
| |

View file

@ -1,38 +1,38 @@
default: 'en' default: 'en'
available: available:
ca: "Català" ca: "Català"
cs: 'Čeština' cs: 'Čeština'
cy: 'Cymraeg' cy: 'Cymraeg'
da: 'Dansk' da: 'Dansk'
de: 'Deutsch' de: 'Deutsch'
el: "Ελληνικά" el: "Ελληνικά"
en: 'English' en: 'English'
en_shaw: '𐑦𐑙𐑤𐑦𐑖' en_shaw: '𐑦𐑙𐑤𐑦𐑖'
es: 'Español' es: 'Español'
es-CL: 'Español Chileno' es-CL: 'Español Chileno'
eu: 'Euskara' eu: 'Euskara'
fi: 'Suomi' fi: 'Suomi'
fr: 'Français' fr: 'Français'
ga: 'Gaeilge' ga: 'Gaeilge'
gl: 'Galego' gl: 'Galego'
he: 'עברית' he: 'עברית'
hu: 'magyar nyelv' hu: 'magyar nyelv'
id: 'Bahasa Indonesia' id: 'Bahasa Indonesia'
is: 'íslenska' is: 'íslenska'
it: 'Italiano' it: 'Italiano'
lt: 'Lietuviškai' lt: 'Lietuviškai'
mk: 'македонски' mk: 'македонски'
nb: 'Norske' nb: 'Norske'
nl: 'Nederlands' nl: 'Nederlands'
pl: "Polski" pl: "Polski"
pt-BR: 'Português' pt-BR: 'Português'
ro: 'Română' ro: 'Română'
ru: 'Русский' ru: 'Русский'
sl: 'Slovenščina' sl: 'Slovenščina'
sk: 'Slovenčina' sk: 'Slovenčina'
sv: 'Svenska' sv: 'Svenska'
tr: 'Türk' tr: 'Türk'
zh: '中文' zh: '中文'
fallbacks: fallbacks:
en-GB: [:en] en-GB: [:en]
en-US: [:en] en-US: [:en]

View file

@ -2460,3 +2460,6 @@ ul.show_comments
.webfinger_form .webfinger_form
input[type='search'] input[type='search']
:width 100% :width 100%
#sort_by
:text-align right