• Izaak Alpert's avatar
    Gravatar image fixes when gravatar unavailable · c1b05e7b
    Izaak Alpert authored
    -Alt text to image was set to hash, which would make the page display hashes if the image/gravatar  wasn't available, set the alt text to '', and made the main tool bar image follow the same or similar constraints as the other images (.avatar, .s26)
    
    Conflicts:
    	app/assets/stylesheets/themes/ui_bb.scss
    	app/views/snippets/_snippet.html.haml
    
    Change-Id: I42e1e86f535486fd2556d4b3e4591f3676eea033
    c1b05e7b
people.html.haml 571 Bytes
.row
  .span3
    = render 'people_filter'
  .span9
    - if can?(current_user, :manage_group, @group)
      = render (@project ? "new_member" : "new_group_member")
    .ui-box
      %h5.title
        Team
        %small
          (#{@users.size})
      %ul.well-list
        - @users.each do |user|
          %li
            = image_tag gravatar_icon(user.email, 16), class: "avatar s16" , alt: ''
            %strong= user.name
            %span.cgray= user.email
            - if @group.owner == user
              %span.btn.btn-small.disabled.pull-right Group Owner