mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-01 12:58:30 +08:00
This PR converts the custom emoji UI in the admin pages to follow the new admin UI guidelines.
7 lines
133 B
Ruby
7 lines
133 B
Ruby
# frozen_string_literal: true
|
|
|
|
Fabricator(:custom_emoji) do
|
|
upload { Fabricate(:image_upload) }
|
|
|
|
name { "joffrey_facepalm" }
|
|
end
|