Commit 3d152cd2 authored by Tim Zallmann's avatar Tim Zallmann

Fixed Linting Error

parent c786c8dc
......@@ -41,15 +41,7 @@ module ApplicationHelper
end
if project.avatar_url
#if project.private?
# options[:use_original_source] = true
# image_tag project.avatar_url(use_asset_path: false), options
#else
# image_tag project.avatar_url, options
#end
image_tag project.avatar_url(use_asset_path: project.public?), options
else # generated icon
project_identicon(project, options)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment