fixed sort by css for languages different from english
This commit is contained in:
parent
abf385d79d
commit
ab706f4127
3 changed files with 37 additions and 34 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
|
||||
= render 'shared/publisher', :aspect => aspect, :aspect_ids => aspect_ids
|
||||
.prepend-11
|
||||
#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'))
|
||||
|
|
||||
|
|
|
|||
|
|
@ -2460,3 +2460,6 @@ ul.show_comments
|
|||
.webfinger_form
|
||||
input[type='search']
|
||||
:width 100%
|
||||
|
||||
#sort_by
|
||||
:text-align right
|
||||
|
|
|
|||
Loading…
Reference in a new issue