mirror of
https://github.com/Neetpone/foalfetch.git
synced 2025-03-11 14:10:07 +01:00
fix: fix character tag display
This commit is contained in:
parent
ed97414a5d
commit
ef246a4503
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module SearchHelper
|
|||
end
|
||||
end
|
||||
|
||||
def character_tag(t)
|
||||
def character_display(t)
|
||||
tag.div class: 'ftag', title: t.name do
|
||||
t.name
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue