mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 14:15:16 +08:00
7 lines
93 B
Ruby
7 lines
93 B
Ruby
![]() |
# frozen_string_literal: true
|
||
|
|
||
|
Fabricator(:sidebar_url) do
|
||
|
name "tags"
|
||
|
value "/tags"
|
||
|
end
|