Merge pull request #2922 from evazion/fix-artcomm-fetch-source

When merging artcomms, list source as html page url, not image url.
This commit is contained in:
Albert Yi
2017-03-20 12:22:18 -07:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -88,6 +88,8 @@ class PostPresenter < Presenter
data-file-url="#{post.file_url}"
data-large-file-url="#{post.large_file_url}"
data-preview-file-url="#{post.preview_file_url}"
data-source="#{post.source}"
data-normalized-source="#{post.normalized_source}"
}.html_safe
end