mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Fix several FontAwesome 5 issues
add missing icons, update SvgSprite methods (to fix ruby 2.4 issues), update whisper icon in composer, fix alignment issues
This commit is contained in:
@ -7,9 +7,7 @@ class SvgSpriteController < ApplicationController
|
||||
|
||||
RailsMultisite::ConnectionManagement.with_hostname(params[:hostname]) do
|
||||
|
||||
current_version = SvgSprite.version(SvgSprite.all_icons.to_s)
|
||||
|
||||
if current_version != params[:version]
|
||||
if SvgSprite.version != params[:version]
|
||||
return redirect_to path(SvgSprite.path)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user