Added explicit sorting of authors and pages in Authors page
This commit is contained in:
parent
c00d1ca0f1
commit
a1527f60b0
3 changed files with 7 additions and 4 deletions
|
@ -42,7 +42,7 @@ class WikiController < ApplicationController
|
|||
# Within a single web ---------------------------------------------------------
|
||||
|
||||
def authors
|
||||
@authors = @web.select.authors
|
||||
@authors = @web.select.authors.sort
|
||||
end
|
||||
|
||||
def export_html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue