When merging artcomms, list source as html page url, not image url.

This commit is contained in:
evazion
2017-03-16 18:02:05 -05:00
parent d9a26975ba
commit 2051981170
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