mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06: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)$/
|
||||
|
||||
def onebox
|
||||
"<a href='#{@url}' target='_blank'><img src='#{@url}'></a>"
|
||||
Oneboxer::BaseOnebox.image_html(@url, nil, @url)
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user