mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Fix all the trailing whitespace
This commit is contained in:
@ -6,7 +6,7 @@ class ExceptionsController < ApplicationController
|
||||
def not_found
|
||||
f = Topic.where(deleted_at: nil, archetype: "regular")
|
||||
|
||||
@popular = f.order('views desc').take(10)
|
||||
@popular = f.order('views desc').take(10)
|
||||
@recent = f.order('created_at desc').take(10)
|
||||
@slug = params[:slug].class == String ? params[:slug] : ''
|
||||
@slug.gsub!('-',' ')
|
||||
|
Reference in New Issue
Block a user