mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 11:13:38 +08:00
189d98f3ca
This PR converts the custom emoji UI in the admin pages to follow the new admin UI guidelines.
8 lines
133 B
Ruby
8 lines
133 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:custom_emoji) do
|
|
upload { Fabricate(:image_upload) }
|
|
|
|
name { "joffrey_facepalm" }
|
|
end
|