File tree Expand file tree Collapse file tree
javascripts/backbone/plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class Kandan.Plugins.UserList
66
77 @template : _ .template '''
88 <div class="user clearfix">
9- <img class="avatar" src="proxy.php?url=http%3A%2F%2Fgravatar.com%2Favatar%2F%26lt%3B%25%3D+gravatarHash+%25%26gt%3B%3Fs%3D25%3Cspan+class%3D"x x-first x-last">&d=https://cloudfuji.com/images/profile.png "/>
9+ <img class="avatar" src="proxy.php?url=http%3A%2F%2Fgravatar.com%2Favatar%2F%26lt%3B%25%3D+gravatarHash+%25%26gt%3B%3Fs%3D25"/>
1010 <span class="name"><%= name %></span>
1111 </div>
1212 '''
Original file line number Diff line number Diff line change 11<span class="posted_at">
22 <%= new Date(@activity.created_at).toRelativeTime(Kandan.options.nowThreshold) %>
33</span>
4- <img class="avatar" src="http://gravatar.com/avatar/<%= @activity.user.gravatar_hash %>?s=30&d=https://cloudfuji.com/images/profile.png "/>
4+ <img class="avatar" src="http://gravatar.com/avatar/<%= @activity.user.gravatar_hash %>?s=30"/>
55
66<div class="readable">
77 <div class="content">
Original file line number Diff line number Diff line change 1- <img src="http://gravatar.com/avatar/<%= @gravatarHash %>?s=25&d=http://cloudfuji.com/images/profile.png "/>
1+ <img src="http://gravatar.com/avatar/<%= @gravatarHash %>?s=25"/>
22<span><%= @name %></span>
Original file line number Diff line number Diff line change 11<span class="posted_at">
22 <%= new Date(@activity.created_at).toRelativeTime(Kandan.options.nowThreshold) %>
33</span>
4- <img class="avatar" src="http://gravatar.com/avatar/<%= @activity.user.gravatar_hash %>?s=30&d=https://cloudfuji.com/images/profile.png "/>
4+ <img class="avatar" src="http://gravatar.com/avatar/<%= @activity.user.gravatar_hash %>?s=30"/>
55
66<div class="readable">
77 <span class="user">
Original file line number Diff line number Diff line change 11<span class="posted_at">
22 <%= new Date(@activity.created_at).toRelativeTime(Kandan.options.nowThreshold) %>
33</span>
4- <img class="avatar" src="http://gravatar.com/avatar/<%= @activity.user.gravatar_hash %>?s=30&d=https://cloudfuji.com/images/profile.png "/>
4+ <img class="avatar" src="http://gravatar.com/avatar/<%= @activity.user.gravatar_hash %>?s=30"/>
55
66<div class="readable">
77 <span class="user">Kandan bot</span>
You can’t perform that action at this time.
0 commit comments