mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
Merge pull request #1112 from jamesaanderson/use-existing-method
Use existing image_html method
This commit is contained in:
commit
8fa3eaea13
@ -6,7 +6,7 @@ module Oneboxer
|
|||||||
matcher /^https?:\/\/.*\.(jpg|png|gif|jpeg)$/
|
matcher /^https?:\/\/.*\.(jpg|png|gif|jpeg)$/
|
||||||
|
|
||||||
def onebox
|
def onebox
|
||||||
"<a href='#{@url}' target='_blank'><img src='#{@url}'></a>"
|
Oneboxer::BaseOnebox.image_html(@url, nil, @url)
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user