Skip to content
Snippets Groups Projects
Commit 3d152cd2 authored by Tim Zallmann's avatar Tim Zallmann
Browse files

Fixed Linting Error

parent c786c8dc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment