Removed 2 uncommented lines

This commit is contained in:
Tim Zallmann 2017-10-06 08:14:52 +02:00
parent 3d152cd205
commit 9f228449a5
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ module GroupsHelper
can?(current_user, :change_share_with_group_lock, group)
end
# = project_icon(@project, alt: @project.name, class: 'avatar s40 avatar-tile')
# = image_tag group_icon(@group), alt: '', class: 'avatar group-avatar s160'
def group_icon(group, options = {})
img_path = group_icon_url(group, options)
image_tag img_path, options